Skip to content

Commit

Permalink
exported FlutterAppAuthOAuthError (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Aug 12, 2024
1 parent 0023e4d commit b792c43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [7.0.0-dev.4]

* Fixed visibility of `FlutterAppAuthOAuthError` class so that it's exported by the plugin

## [7.0.0-dev.3]

* **Breaking change** all methods have now been made to return non-nullable types
Expand Down
1 change: 1 addition & 0 deletions flutter_appauth/lib/flutter_appauth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export 'package:flutter_appauth_platform_interface/flutter_appauth_platform_inte
AuthorizationTokenResponse,
EndSessionRequest,
EndSessionResponse,
FlutterAppAuthOAuthError,
FlutterAppAuthPlatformErrorDetails,
FlutterAppAuthUserCancelledException,
FlutterAppAuthPlatformException,
Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_appauth
description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers
version: 7.0.0-dev.3
version: 7.0.0-dev.4
homepage: https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth

environment:
Expand Down

0 comments on commit b792c43

Please sign in to comment.