Flutterando / slidy

CLI package manager and template for Flutter
https://pub.dev/packages/slidy
Apache License 2.0
806 stars 101 forks source link

Proposal: Use mason as generation tool #258

Closed Ascenio closed 2 years ago

Ascenio commented 3 years ago

Hello. I think the performance is not good as it could be, in my tests the generation of a module with controller with slidy g m -c hello takes 2.5s, meanwhile, mason is used on very_good_cli to generate a full flutter project (android + ios + dart) under 1.4s.

Using mason would allow for increase of performance, boost of productivity and allow use of more complex templates in the future without having to change code, only the templates (bricks) would have to be changed.