diff --git a/flutter_appauth/CHANGELOG.md b/flutter_appauth/CHANGELOG.md index 79aba27..1a037ff 100644 --- a/flutter_appauth/CHANGELOG.md +++ b/flutter_appauth/CHANGELOG.md @@ -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 diff --git a/flutter_appauth/lib/flutter_appauth.dart b/flutter_appauth/lib/flutter_appauth.dart index e3a762d..480400e 100644 --- a/flutter_appauth/lib/flutter_appauth.dart +++ b/flutter_appauth/lib/flutter_appauth.dart @@ -7,6 +7,7 @@ export 'package:flutter_appauth_platform_interface/flutter_appauth_platform_inte AuthorizationTokenResponse, EndSessionRequest, EndSessionResponse, + FlutterAppAuthOAuthError, FlutterAppAuthPlatformErrorDetails, FlutterAppAuthUserCancelledException, FlutterAppAuthPlatformException, diff --git a/flutter_appauth/pubspec.yaml b/flutter_appauth/pubspec.yaml index 28fca89..a99caa7 100644 --- a/flutter_appauth/pubspec.yaml +++ b/flutter_appauth/pubspec.yaml @@ -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: