hitherejoe / FlutterOAuth

A Flutter OAuth package for performing user authentication for your apps.
Other
178 stars 56 forks source link

Error message when adding flutter_oauth to dependencies #7

Open arzacj opened 6 years ago

arzacj commented 6 years ago

Every time that I enable flutter_oauth: "^0.0.1" in the dependencies in my pubspec.yaml I get the following message:

Error detected in pubspec.yaml:
#/properties/flutter: type: wanted [object] got null

The application runs and builds, though.

ShashwatHiregoudar commented 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
mathieujobin commented 5 years ago

see https://github.com/hitherejoe/FlutterOAuth/issues/14