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
I'm setting up a new Flutter project with the dart SDK version set to sdk: ">=2.12.0-0 <3.0.0" to enable null safety. When following the Install Dependencies section of https://mobx.netlify.app/getting-started/, the following error occurs when running flutter packages get:
packages get
Because mobx_codegen >=1.0.3 depends on mobx ^1.1.0 and app_namedepends on mobx ^2.0.0-nullsafety.2, mobx_codegen >=1.0.3 is forbidden.
So, because app_name depends on mobx_codegen ^1.1.2, version solving failed.
Running "flutter pub get" in AppName...
pub get failed (1; So, because app_name depends on mobx_codegen ^1.1.2, version solving failed.)
Could the Getting Started page be updated to resolve this issue? Or is this mostly just waiting for mobx_codegen to be updated?
I'm setting up a new Flutter project with the dart SDK version set to
sdk: ">=2.12.0-0 <3.0.0"
to enable null safety. When following theInstall Dependencies
section of https://mobx.netlify.app/getting-started/, the following error occurs when runningflutter packages get
:Could the Getting Started page be updated to resolve this issue? Or is this mostly just waiting for mobx_codegen to be updated?
Notes:
The pubspec.yaml for this app looks like this:
The text was updated successfully, but these errors were encountered: