A simple Flutter login app template using Clean Architecture.
This Flutter application is a basic login app that follows the principles of Clean Architecture. It aims to provide a modular and maintainable codebase by separating concerns into different layers.
- Clean Architecture pattern
- Dependency Injection using
get_it
andinjectable
- State management with
flutter_bloc
- HTTP requests using
retrofit
- Local storage with
hive
andshared_preferences
- WebView integration with
flutter_inappwebview
- Clone the repository:
git clone https://github.com/Amir-yazdanmanesh/flutter_clean_architecture.git