flutter_starter_pro 1.0.9
flutter_starter_pro: ^1.0.9 copied to clipboard
A clean and customizable Flutter starter template that provides best practices, organized structure, localization support, state management (Cubit), and reusable UI components.
Flutter Starter Pro 🚀 #
A clean and professional Flutter starter template with pre-configured structure, best practices, and useful boilerplate files to kickstart your app. #
✨ Features #
- 🧱 Clean architecture (presentation, logic, data)
-
- 🎯 State management (Cubit)
-
- 🌐 Ready for localization -
-
- Mode (Dark, Light)
- 🎨 Custom widgets (buttons, fields, search)
-
- 📁 Organized folder structure
-
- 📦 Preconfigured pubspec.yaml and analysis rules
-
🗂️ Project Structure #
- assets/
- lib/
├── core/
├── features/
│ ├── onboarding/
│ ├── splash/ │
└── settings/
├── widget/
│ └── custom_button.dart
└── custom_text_field.dart
└── custom_search.dart
main.dart
🚀 Getting Started
Clone the repository:
git clone https://github.com/Luciferaloush/flutter_starter_pro
Install dependencies:
flutter pub get
Run the app:
flutter run
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
💬 Author
Developed by Ali Hussien Habib (https://github.com/Luciferaloush)
Feel free to contribute or suggest improvements!