dart-archive / googleapis_auth

Obtain OAuth 2.0 credentials to access Google APIs
https://pub.dev/packages/googleapis_auth
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Fix bugs that allowed for multiple completer.complete() calls. #63

Closed nfdjps closed 4 years ago

nfdjps commented 4 years ago

In some cases completer.complete() could be called more than once, which throws an exception.

jonasfj commented 4 years ago

Filed https://github.com/dart-lang/googleapis_auth/pull/64 with version bump so we can ship this.