A comprehensive Flutter starter template designed for rapid and scalable app development. This project provides a solid foundation with essential setup and common functionalities to kickstart your Flutter application.
- Localization support
- Theming system (light/dark mode)
- Shared utility functions
- Basic project structure for maintainability
- Clone the repository
git clone https://github.com/kartalkarabulut/flutter_base_project.git
- Navigate to the project directory
cd flutter_base_project
- Install dependencies
flutter pub get
- Run the app
flutter run
We welcome contributions to improve this base project! If you'd like to contribute, please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Feel free to use this project as a starting point for your Flutter applications. You can modify, extend, or adapt it to suit your specific needs without any restrictions.