Flucreator

You can use Flucreator to create a new Flutter project.
Automatically create a new Flutter project with Getx & Directories. 

? 正常使用 (项目创建)

// 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

? 正常使用 (屏幕创建)

fluecretor --create=screen ExampleScreen
fluecretor --create=screen Folder/ExampleScreen
fluecretor --create=screen --no-controller ExampleScreen
$flucreator $flutter --create

? 高级

// 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

?‍♂️ 路径

  • 控制器
    • home_screen_controller.dart
  • 模型
  • 屏幕
    • home_screen.dart
  • Utils
    • app_spaces.dart
  • 小部件
  • main.dart

?‍♀️?‍♂️ 贡献

欢迎所有贡献!请确保这不是一个已经存在的 issue 或 pull request。

? 贡献者

GitHub

查看 Github