Flutter Project Generator is a tool for creating a new project with built-in Clean Architecture and boilerplate components for a quick start.
Checkout the video instruction for more details and to quick start:
- Creating a new project based on Clean Architecture with predefined frameworks and libraries, a name, BundleId, and other options;
- Ability to configure, enable or disable components;
- Ability to add screen stubs with a generated BLoC for the screen;
- Ability to configure the data layer using Swagger URLs;
- Ability to edit some settings of a previously created project
- Clean Architecture
- BLoC
- Dio/GraphQL
- GetIt
- Freezed
- ScreenUtil
- Navigation 2.0 (GoRouter/AutoRoute)
- Flavorizer
- Intl
- ThemeTailor (Optional)
Check out the Releases section to download latest version;
Found a bug? Please report it.