Flutter Starter

A lightweight, scalable flutter project for start developing app using BloC pattern

What's inside?

  • Base folder structure which can easily scalable
  • Included some libs that every app needs: shared_preferences for storing key-value pair data, connectivity for getting network state and flutter_bloc for managing app state
  • A counter example with BloC pattern

Author

Bugs/Requests

  • If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github. Pull request are also welcome.