MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 238 forks source link

[various updated API docs in platform interface to avoid lines longer than 80 characters and fix docs in example #416

Closed MaikuB closed 1 year ago

MaikuB commented 1 year ago

Follow-on from https://github.com/MaikuB/flutter_appauth/pull/415 due to forgetting to push changes to platform interface

davideravasi commented 1 year ago

Sorry to bother you, I see in the example class https://github.com/MaikuB/flutter_appauth/blob/master/flutter_appauth/example/lib/main.dart

That in my comment line 217 is missing an "e" (should be the) and line 221 should be spec (missing c).

Just in case you missed it ;)

MaikuB commented 1 year ago

Sorted now, thanks for picking that up