hitherejoe / FlutterOAuth

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

Doesnt work with latest flutter #14

Open mrgithub opened 6 years ago

mrgithub commented 6 years ago

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.
gregology commented 5 years ago

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

ibrierley commented 5 years ago

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

mathieujobin commented 5 years ago

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

mathieujobin commented 5 years ago

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

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

DeJayDev commented 5 years ago

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