dreampowder / strava_flutter

Flutter package to use Strava v3 API
Other
37 stars 52 forks source link

`type 'Null' is not a subtype of type 'FutureOr<String>'` #105

Open CoopahLimited opened 2 months ago

CoopahLimited commented 2 months ago

there is unhandled error in repository_authentication_impl on line 126.

completer.complete(code); is throwing error

type 'Null' is not a subtype of type 'FutureOr<String>'

Screenshot 2024-08-14 at 5 37 49 PM