Release notes version 1.x
1.2.0
- Updated the Android SDK version version to 11.8.1. See the release notes and upgrade notes for more information.
- [Breaking] Bump the compile- and target-SDK of the plugin to version 32 as a consequence of the new Android SDK version.
1.1.1
- Created a new WrapperError which is thrown as a platformException when the native SDK returns a value that the wrapper did not expect which would previously cause a typeError.
- Updated
registerAuthenticator
to return Future<void> instead of Future<String> - Fixed a bug where
handleRegisteredProcessUrl
would never resolve. - Updated
getResourceAnonymous
getResource
getResourceImplicit
getUnauthenticatedResource
to return a Future<String?> instead of Future<String>
1.1.0
- Updated the iOS SDK to version 11.0.2. This is a major change in case of tampering protection mechanism. See the release notes for more information.
- The
BuildContext? context
param inauthenticateUser
method is now nullable. - The
BuildContext? context
param inacceptAuthenticationRequest
method is now nullable.
1.0.8
- Updated the Android SDK to version 11.7.0. See the release notes and upgrade instructions for more information.
1.0.7
- Fixed
authenticateDevice
method for iOS - please make sure authenticate device method is called before fetching anonymous resources.
1.0.6
- Updated Android SDK to version 11.6.1
1.0.5
- Fixed object type of result
authenticateUser
method.
1.0.4
- Fixes and improvements.
1.0.3
- Bump Android SDK to 11.4.0.
- Modified
buildContext
to benullable
in all of the API calls.
1.0.2
- Updated OneginiSDK to version 11.3.0 (android platform).
1.0.1
- Resolved an obfuscation issue (android platform).
1.0.0
- Release version.
1.0.0-dev.2
- Added a required param
profileId
to thederegisterUser
method
1.0.0-dev.1
- The OneWelcome Flutter plugin is a plugin that allows you to utilize the Onegini Mobile SDKs in your Flutter applications.