This is a very simple Boilerplate application, this has following features.
- User can Sign In and Up
- After signing in he can see a list of items
It was developed as a demo project before developing production application. I wrote a blog about why we wil be using Futter for our project, visit here
I didn't add many functionality and didn't polish UI intentionally, tried to keep it barebone as much as possible
For development flavor, run
flutter run -t lib/main_development.dart
For staging flavor, run
flutter run -t lib/main_staging.dart
For production flavor, run
flutter run -t lib/main_production.dart
For localization better install this plugin
- Getting Started with the Flutter Bloc
- Architect your Flutter project using BLOC pattern
- Keep it Simple, State: Architecture for Flutter Apps
- Flutter BLoC Pattern for Dummies Like Me
- Getting Started With Flutter BLoC
- Raywenderlich's collection
- Flutter Widget of the Week
- Write your first Flutter app
- Flutter Layout Cheat Sheet
- Flutter by Example
- Technical Debt and Streams/BLoC
- Flutter Architecture - My Provider Implementation Guide
- Codelabs for Flutter
- Is package by feature approach good?
- Uncle Bob's clean architecture approach - what is recommended package structure?
- Summary of book "Clean Architecture" by Robert C. Martin
- Code Magic A free and powerful CI/CD for Flutter apps.
- Updating it on daily basis as much as possible, work in progess[WIP].
- Support by clicking the ⭐ button on the upper right of this page. ✌️
Your contributions are always welcome! Just follow the following format: [reference name](link) - Description.
If you like it , give a star to this project