Flutterando / slidy

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

Triple generate with deprecated package #264

Closed gbfonseca closed 2 years ago

gbfonseca commented 2 years ago

When generating a triple pattern project, the slide set a dev_dependencies deprecated flutter_modular_test instead of modular test. Error after run flutter pub get.

Because flutter_modular_test >=1.0.2 depends on flutter_modular ^3.4.1+1 and teste depends on flutter_modular ^4.0.0+6, flutter_modular_test >=1.0.2 is forbidden. So, because teste depends on flutter_modular_test ^1.0.4, version solving failed. Running "flutter pub get" in teste... pub get failed (1; So, because teste depends on flutter_modular_test ^1.0.4, version solving failed.)

railsonsm commented 2 years ago

I came here with the goal of opening this. Thank you.

jacobaraujo7 commented 2 years ago

updated