https://github.com/kaustubhpatange/flutterquotes
A quotes app to demonstrate the various state patterns in Flutter.
https://github.com/kaustubhpatange/flutterquotes
bloc dart flutter mobx pagination provider state-management
Last synced: 7 days ago
JSON representation
A quotes app to demonstrate the various state patterns in Flutter.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/flutterquotes
- Owner: KaustubhPatange
- License: mit
- Created: 2020-09-23T04:51:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T07:55:00.000Z (over 4 years ago)
- Last Synced: 2025-04-08T05:34:05.480Z (6 months ago)
- Topics: bloc, dart, flutter, mobx, pagination, provider, state-management
- Language: Dart
- Homepage:
- Size: 1.03 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Flutter Quotes
A quotes app to demonstrate flutter state management pattern(s).
> _Currently it's build using bloc, mobx pattern but I'll add few more sooner into their separate branches as I learn them._ ❤️
[](https://github.com/KaustubhPatange/FlutterQuotes/releases/download/v1.0.1/app-release.apk)
## State Patterns
- **Bloc** - Switch to `master` branch to see the implementation using _Bloc/Provider_ state-management.
- **Mobx** - Switch to `mobx` branch to see the implementation using _Mobx_ state-management.## Built With 🛠
- [Flutter](https://flutter.dev/) - A toolkit for building beautiful, natively compiled applications for all platforms.
- [Bloc](https://pub.dev/packages/flutter_bloc) - A state management library for flutter.
- [Mobx](https://pub.dev/packages/mobx) - A reactive state management library for flutter.
- [Injectable](https://pub.dev/packages/injectable) - A dependency injection library inspired by Angular DI.
- [Lazy load scrollview](https://pub.dev/packages/lazy_load_scrollview) - To support pagination for listview.## Contribute
If you want to contribute to this library, you're always welcome! [See Contributing Guidelines](CONTRIBUTING.md).
## License
```
MIT LicenseCopyright (c) 2020 Kaustubh Patange
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```