Open arzacj opened 6 years ago
I Got this
[salesapp] flutter packages get
Running "flutter packages get" in salesapp...
The current Dart SDK version is 2.1.0-dev.0.0.flutter-be6309690f.
Because salesapp depends on flutter_oauth any which requires SDK version >=1.8.0 <2.0.0, version solving failed.
pub get failed (1)
exit code 1
Every time that I enable
flutter_oauth: "^0.0.1"
in the dependencies in my pubspec.yaml I get the following message:The application runs and builds, though.