KaustubhPatange / FlutterQuotes

A quotes app to demonstrate the various state patterns in Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. ❤️

Moviesy App

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 - A toolkit for building beautiful, natively compiled applications for all platforms.
  • Bloc - A state management library for flutter.
  • Mobx - A reactive state management library for flutter.
  • Injectable - A dependency injection library inspired by Angular DI.
  • Lazy load scrollview - To support pagination for listview.

Contribute

If you want to contribute to this library, you're always welcome! See Contributing Guidelines.

License

MIT License

Copyright (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.

About

A quotes app to demonstrate the various state patterns in Flutter.

License:MIT License


Languages

Language:Dart 97.5%Language:Swift 1.8%Language:Kotlin 0.6%Language:Objective-C 0.2%