Last updated:
0 purchases
flucreator
Flucreator #
You can use Flucreator to create a new Flutter project.
Automatically create a new Flutter project with Getx & Directories.
copied to clipboard
💻 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
copied to clipboard
💻 Normal Usage (Screen Create)
fluecretor --create=screen ExampleScreen
fluecretor --create=screen Folder/ExampleScreen
fluecretor --create=screen --no-controller ExampleScreen
copied to clipboard
$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 .
copied to clipboard
🏃♂️ 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.
👥 Contributors #
@Abdusin
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.