flucreator 2.0.7
flucreator: ^2.0.7 copied to clipboard
A sample command-line application for flutter project create with getx
Flucreator #
You can use Flucreator to create a new Flutter project.
Automatically create a new Flutter project with Getx & Directories.
π» Normal Usage (Project Create)
// You Can Activate Flucreator With This Command Line
pub global activate --source git https://github.com/Abdusin/Flucreator.git
// You can run like this
fluecretor --org com.abdusin myapp
// Also you can run with command too
// If run without arguments console will ask details
flucreator
π» Normal Usage (Screen Create)
fluecretor --create=screen ExampleScreen
fluecretor --create=screen Folder/ExampleScreen
fluecretor --create=screen --no-controller ExampleScreen
$flucreator |
$flutter --create |
|---|---|
![]() |
![]() |
π Advance
// Only If U wanna create again (for updates)
dart compile aot-snapshot bin/flucreator.dart
// You need to run this for global calling
pub global activate --source path .

πββοΈ Path #
- Controllers
- home_screen_controller.dart
- Models
- Screens
- home_screen.dart
- Utils
- app_spaces.dart
- Widgets
- main.dart
πββοΈπββοΈ Contributing #
All contributions are welcome! Just make sure that it's not an already existing issue or pull request.

