FlutterOAuth
FlutterOAuth copied to clipboard
Doesnt work with latest flutter
Error message is:
The current Dart SDK version is 2.1.0-dev.5.0.flutter-a2eb050044.
Because flutter_app_delete depends on flutter_oauth any which requires SDK version >=1.8.0 <2.0.0, version solving failed.
Hi There @hitherejoe, is this package maintained? If not, do you have any recommendations now that Flutter 1.0 has launched? Cheers Mate!
I'm just testing some updates on a fork of this if anyone is interested https://github.com/ibrierley/FlutterOAuth in help test.
@ibrierley those changes looks good to me, I'll test that out
in case someone else is looking for how to try this with recent Flutter and until the yet to be opened PR is merged...
in your pubspec.yaml
flutter_oauth:
git:
url: https://github.com/ibrierley/FlutterOAuth.git
We updated it to the latest Dart version. https://github.com/codeing-io/FlutterOAuth
I forked the above project as easy_oauth (the flutter_oauth namespace wasn't my style.)
https://github.com/DeJayDev/FlutterEasyOAuth