FlutterOAuth icon indicating copy to clipboard operation
FlutterOAuth copied to clipboard

Doesnt work with latest flutter

Open mrgithub opened this issue 7 years ago • 6 comments

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.

mrgithub avatar Oct 23 '18 01:10 mrgithub

Hi There @hitherejoe, is this package maintained? If not, do you have any recommendations now that Flutter 1.0 has launched? Cheers Mate!

gregology avatar Dec 10 '18 20:12 gregology

I'm just testing some updates on a fork of this if anyone is interested https://github.com/ibrierley/FlutterOAuth in help test.

ibrierley avatar Dec 14 '18 20:12 ibrierley

@ibrierley those changes looks good to me, I'll test that out

mathieujobin avatar Jan 30 '19 07:01 mathieujobin

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

mathieujobin avatar Jan 30 '19 07:01 mathieujobin

We updated it to the latest Dart version. https://github.com/codeing-io/FlutterOAuth

wsdt avatar Feb 14 '19 11:02 wsdt

I forked the above project as easy_oauth (the flutter_oauth namespace wasn't my style.) https://github.com/DeJayDev/FlutterEasyOAuth

DeJayDev avatar Aug 24 '19 02:08 DeJayDev