slidy 1.5.3 copy "slidy: ^1.5.3" to clipboard
slidy: ^1.5.3 copied to clipboard

outdated

CLI package manager and template for Flutter. Generate Modules, Pages, Widgets and BLoCs

1.5.3 #

  • Fixed error in generated page in RXDart project

1.5.2 #

  • Generate Store Command
    slidy generate store /path/store 
    
  • Slidy create -m (state_managent) -p
  • Internal Core Modification
  • Now using ModularState in Generate Pages;

1.4.12 #

  • Create module withless named route system --noroute:
    slidy generate module /path/module --noroute [-n]
    
  • Added flag -p (provider system), -s (state management), -f (force) to start command (by lukelima);
 slidy start -p flutter_modular -s mobx -f 

1.4.7 #

  • Create reactive model template with --rx:
    slidy generate model /path/model_name --rx
    
  • flutter_modular as default provider;
  • Fix model template;

1.4.2+1 #

  • Fix test file generate error.

1.4.1 #

  • Slidy CLI Interative
  • Fix slidy create erro

1.2.2 #

  • Added command generate model

1.2.1 #

  • Fix error install in flutter dart.
  • removed dart:mirrors.

1.2.0+1 #

  • Added flutter_bloc and mobx support.
 slidy start --flutter_bloc [-f]
 or
 slidy start --mobx [-m]

If you have the flutter_bloc or flutter_mobx package in pubspec, the generation of pages, widgets, and bloc defaults to the installed manager default.

  • Added flags "--flutter_bloc | -f" and "--mobx | -m" to generate bloc.
  • Added command "generate controller" (to mobx).

1.1.4 #

  • Added initModule in tests (check the documentation)

1.1.3 #

  • Create unity test widget when generate pages or widgets.
  • Flutter Dart 100% compatible
     flutter pub global activate slidy
    

1.1.2 #

  • Added "service" command to generate auto disposed and injetable service.
     slidy generate service path-of-your-file
    

1.1.0 #

  • Now creating BLoCs or Repositories also creates Unitary Test files.
  • Added "test" command to "generate command".
     slidy generate test path-of-your-file
    

1.0.0 #

  • added command run, for exec your scripts in pubspec.yaml
  • Some commands have been improved for ease of usability for example the module, page and widget generation command have been shortened.
  • Fix errors

0.2.1 #

  • Removed folder App for main module.
  • File placement changes after "start -c" command.
  • The command "start -c" is being optimized to be the initial interface. We are working on the routes.

0.2.0 #

  • Added start -c, to start the project with routers, locations, and page structures

0.1.2 #

  • Added bloc command create;

0.1.1 #

  • Added param 'create';

0.0.1 #

  • Initial version, created by Stagehand
257
likes
40
points
364
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

CLI package manager and template for Flutter. Generate Modules, Pages, Widgets and BLoCs

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

ansicolor, args, dart_console, http, path, recase, tuple, yaml

More

Packages that depend on slidy