Loading repository dataβ¦
Loading repository dataβ¦
devrnt / repository
π A book library app for both Android & IOS ~ Flutter.dev project in Dart
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.
| Light Theme | Dark Theme |
|---|---|
This project contains adaptive widgets, to display both on a phone and a tablet.
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:
extends ChangeNotifier classChangeNotifier class with ChangeNotifierProvider from the Provider packageflutter_launcher_icons package1.7.8+hotfix.3Design inspired by Shirish Shikhrakar
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.
Clone this repo and look into the source code
git clone https://github.com/devrnt/book-library-flutter.git
flutter run
flutter test