fgen 0.0.1+1 copy "fgen: ^0.0.1+1" to clipboard
fgen: ^0.0.1+1 copied to clipboard

outdated

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 fgen

Options #

fgen 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

3
likes
0
pub points
37%
popularity

Publisher

verified publisherwive.be

A command-line application to generate screens, viewmodels and repositories in the Flutter icapps template

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, path, yaml

More

Packages that depend on fgen