fc 0.0.1
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
A command-line application to generate screens, viewmodels and repositories in the Flutter icapps template
Flutter commands
Generate new classes (screen, viewmodel, repository, service) with a single command
installation
dart pub global activate fc
Options
fc login -s -v -r -w
Will generate:
- (-s) LoginScreen (+ navigator/navigation code)
- (-v) LoginViewModel
- (-r) LoginRepository
- (-w) LoginService + LoginWebService
TODO
[] Combine multiple generators (s+v+r+s) and they depend on each other [] Create new project [] Add docs