🧱 Flutter Clean Architecture Template

A fully structured, scalable, and feature-based Flutter Clean Architecture template with support for BLoC, Riverpod, or any state management system.


🚀 Features

✅ Clean Architecture: data, domain, presentation
✅ Feature-based foldering (feature/user, feature/auth, etc.)
✅ Shared and reusable components
✅ Dependency Injection (DI) ready
✅ Config, Core, and Utils layers
✅ State-management agnostic


âš¡ Usage

  1. Clone the repo:
git clone https://github.com/YOUR_USERNAME/flutter_clean_architecture.git 
  1. Run Flutter packages:
flutter pub get

MIT License © 2025 Muhammad Zaripov