/flutter-cubit

Flutter Authentication template app with Bloc/Cubit-Repository pattern

Primary LanguageDart

bloc_auth

Bloc pattern authentication boilerplate app


Initialization

  • Revise constants.dart & replace the variable API_BASE with correct URL for the backend server.
  • Revise endpoint URLs for each http request in /data/services/*.dart files.
  • Revise model classes from /data/models/*.dart according to server data.

Then you are good to go!

Feel free to clone this repository for starting your next flutter app, or add any issues you feel like improving!

Code2Gether

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.