flucreator 2.0.7 copy "flucreator: ^2.0.7" to clipboard
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 .

code

🏃‍♂️ 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 #

1
likes
80
pub points
0%
popularity

Publisher

unverified uploader

A sample command-line application for flutter project create with getx

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

change_case, code_builder, dart_style, process_run

More

Packages that depend on flucreator