You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since current version of flutter_gen_runner 3.1.2 depends on analyzer 2.0.0 which depends on meta 1.7.0.
and current version of flutter stable is still constrained to meta 1.3.0
you probably need to override meta version until flutter stable is updated by adding the following to your pubspec file.
Since current version of flutter_gen_runner 3.1.2 depends on analyzer 2.0.0 which depends on meta 1.7.0.
and current version of flutter stable is still constrained to meta 1.3.0
you probably need to override meta version until flutter stable is updated by adding the following to your pubspec file.
auto_route_library Issue #648 is the same.
The text was updated successfully, but these errors were encountered: