All Projects → devrnt → book-library

devrnt / book-library

Licence: other
📚 A book library app for both Android & IOS ~ Flutter.dev project in Dart

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to book-library

awesome-programming-books
List of good programming books for beginners and professionals
Stars: ✭ 68 (-23.6%)
Mutual labels:  books, tests
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (+52.81%)
Mutual labels:  provider, tests
Iwidget
A open-source iOS Widget APP by WidgetKit for iOS14
Stars: ✭ 209 (+134.83%)
Mutual labels:  widget
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (+174.16%)
Mutual labels:  widget
Sy flutter widgets
纯flutter Widget组件库,不依赖Native及其它第三方package。包括省市区选择器,Rate评分,Stepper步进器,照片墙,地址编辑,自带加载更多的ListView和GridView
Stars: ✭ 225 (+152.81%)
Mutual labels:  widget
Slip
Slip.js — UI library for manipulating lists via swipe and drag gestures
Stars: ✭ 2,421 (+2620.22%)
Mutual labels:  widget
Flutter fluid slider
A fluid design slider that works just like the Slider material widget.
Stars: ✭ 232 (+160.67%)
Mutual labels:  widget
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (+130.34%)
Mutual labels:  widget
simple-jwt-provider
No description or website provided.
Stars: ✭ 33 (-62.92%)
Mutual labels:  provider
Titan
Create Discord server widgets for websites of all sizes! A simple to setup process for end-users. Server members may view or send messages into an embedded Discord channel.
Stars: ✭ 221 (+148.31%)
Mutual labels:  widget
Autocomplete
Blazing fast and lightweight autocomplete widget without dependencies. Only 1KB gzipped. Demo:
Stars: ✭ 244 (+174.16%)
Mutual labels:  widget
Embeddable React Widget
Create an embbedable js widget with react
Stars: ✭ 222 (+149.44%)
Mutual labels:  widget
Qhexedit2
Binary Editor for Qt
Stars: ✭ 218 (+144.94%)
Mutual labels:  widget
Form Render
🚴‍♀️ 阿里飞猪 - 很易用的中后台「表单 / 表格 / 图表」解决方案
Stars: ✭ 3,881 (+4260.67%)
Mutual labels:  widget
Structured Filter
jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
Stars: ✭ 213 (+139.33%)
Mutual labels:  widget
Pagerbeauty
📟✨ PagerDuty on-call widget for monitoring dashboard. Datadog and Grafana compatible
Stars: ✭ 250 (+180.9%)
Mutual labels:  widget
Awesome Scriptable
A curated list of awesome Scriptable scripts and widgets.
Stars: ✭ 206 (+131.46%)
Mutual labels:  widget
Ios Widgets
Collection of iOS Widgets
Stars: ✭ 219 (+146.07%)
Mutual labels:  widget
Toolbarindicator
A toolbar indicator for android, likes twitter's.
Stars: ✭ 227 (+155.06%)
Mutual labels:  widget
mesh
A page builder, simplified. Get the most flexibility to display content by adding multiple content sections within Pages, Posts, or Custom Post Types.
Stars: ✭ 44 (-50.56%)
Mutual labels:  responsive

Book Library

Book Library application where u can make simple CRUD operations (create, read, update, delete). This application has a dark theme, the state is managed by the ThemeNotifier class and injected by the Provider package. This simple application demonstrates the use of the Provider package in specific the ChangeNotifierProvider. I make use of a simple model, together with a Notifier class which extends from ChangeNotifier.

Showcase

Phone

Light Theme Dark Theme
Showcase Showcase dark theme

Tablet

This project contains adaptive widgets, to display both on a phone and a tablet.

Showcase Tablet

Project

This project is mainly focused for Flutter users who would like to use the Provider package suggested by the Flutter team. So in short this project contains following use cases:

  • Use of a extends ChangeNotifier class
  • Provide the ChangeNotifier class with ChangeNotifierProvider from the Provider package
  • Simple widget tests
  • Dark and light theme, with the possibilty to switch at runtime
  • Adaptive widgets to display on both a phone and tablet (master and details view)
  • Use of assets
  • Use of external fonts
  • Logo generations by flutter_launcher_icons package
  • Flutter version: 1.7.8+hotfix.3

Design inspired by Shirish Shikhrakar

Tests

This Flutter app contains some simple widget tests to demonstrate the way you should handle widget tests in your Flutter app. These tests should be run every time you commit a change, if needed update the tests. This will ensure the quality of your application.

Getting Started

Clone this repo and look into the source code

git clone https://github.com/devrnt/book-library-flutter.git

Application

flutter run 

Tests

flutter test

Packages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].