Book Library
Book Library app with flutter 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
.
Phone
Tablet
This project contains adaptive widgets, to display both on a phone and a 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 Book Library app with flutter:
- Use of a
extends ChangeNotifier
class - Provide the
ChangeNotifier
class withChangeNotifierProvider
from theProvider
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
- Provider
- smooth_star_rating
- image_test_utils
- smooth_star_rating
- flutter_speed_dial
- flutter_launcher_icons
Resources Used:
You can check out the entire code of this App here:
Get Full Source Code
Conclusion
This was all about a quick go through the basic flutter App UI Screen. If you need any assistance regarding flutter app development, you can consult a flutter developer from FlutterDesk. We would love to be of help. Still, if you feel any difficult while dealing with Flutter app development projects, you can reach out to us or hire Flutter developers to outsource any of your app development project.
Do like & share my Facebook page. if you find this post helpful. Thank you!!
Happy coding! 😉
Related Articles:
- How to Install Flutter in windows 10
- Quiz App using flutter with source code
- Flutter music app Search all audio files in android phone
- Flutter NEWS App with REST APIs source code
- Chat GPT Voice Chatbot App with Flutter source code
- Make News and Weather App using flutter
- A Flutter News Application created with source code
- PDF reader app developed using flutter source code
- Flutter Quiz Game App for android and iOS source code
- A Simple and easy video sharing app with Flutter
- TV news app with Flutter a free and open-source
- Flutter news app that displays news from different sources using News API
- An Advanced Flutter app showcasing daily news articles