Flutterando / slidy

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

slidy generate module modules/name -c #269

Closed lucascorrea31 closed 2 years ago

lucascorrea31 commented 2 years ago

Slidy não está gerando o modulo completo, apenas o "name_module.dart".

PS C:[path][app_name]> slidy g module teste -c SUCCESS: teste_module created SUCCESS: teste_module_test created Unhandled exception: Bad state: No element

0 Iterable.firstWhere (dart:core/iterable.dart:516)

1 GenerateModuleSubCommand.run (file:///c:/programdata/chocolatey/lib/slidy/tools/source/bin/commands/sub_command/

generate_module_sub_command.dart)

#2 CommandRunner.runCommand (package:args/command_runner.dart:196) #3 main (file:///c:/programdata/chocolatey/lib/slidy/tools/source/bin/main.dart:22)
Zeca-dev commented 2 years ago

Mesmo problema aqui.

jacobaraujo7 commented 2 years ago

fixed