wepin_flutter_login_lib 1.0.0
wepin_flutter_login_lib: ^1.0.0 copied to clipboard
A Flutter plugin for integrating Wepin Login, enabling seamless social and email-based authentication.
1.0.0 #
This new major release has some big changes. This plugin requires a minimum dart sdk of 3.5.0 or higher and a minimum flutter version of 3.24.0.
Update #
- Updated Flutter, Dart, and Gradle versions
- Dart: v3.5.0
- Flutter: v3.24.0
- Gradle: v8.2.1
-
- Updated
wepin_flutter_networkpackage to v1.0.0
- Updated
- Updated
wepin_flutter_storagepackage to v1.0.0- Migration from
flutter_secure_storageto native storage (iOS/Android) - Fixed storage issue caused by MasterKey change (Now resets storage properly).
- Migration from
- Replaced
flutter_bcryptwith native implementation
0.0.7 #
0.0.6 #
Bug Fixes #
- Fixed
SFAuthenticationViewControllerDeallocation Issue:- Resolved the error caused by premature deallocation of
SFAuthenticationViewControllerduring the authentication flow.
- Resolved the error caused by premature deallocation of
0.0.5 #
Update #
- Changed the sign value to optional in the parameters of the external token login methods:
loginWithIdTokenloginWithAccessToken
If you choose to remove the authentication key issued from the Wepin workspace, you may opt not to use the sign value. (Workspace page > Development Tools menu > Login tab > Auth Key)
- Updated
wepin_flutter_networkpackage to v0.0.5 - Updated
wepin_flutter_commonpackage to v0.0.6 - Updated
wepin_flutter_storagepackage to v0.0.4
New Feature #
- Added methods to perform Wepin login in a single step for convenience:
loginWepinWithOauthProviderloginWepinWithIdTokenloginWepinWithAccessTokenloginWepinWithEmailAndPassword
- Added a method to retrieve Firebase information using OAuth provider login:
loginFirebaseWithOauthProvider
This method can only be used after the authentication key has been deleted from the workspace. Please delete the authentication key from the workspace before using this method. (Workspace page > Development Tools menu > Login tab > Auth Key)
0.0.4 #
Update #
- Updated
wepin_flutter_networkpackage to v0.0.4 - Updated
wepin_flutter_commonpackage to v0.0.5 - Updated
wepin_flutter_storagepackage to v0.0.3
0.0.3 #
Update #
- Minimum required
dartversion updated to v2.18.3. - Minimum required
flutterversion updated to v3.3.0. - Updated
wepin_flutter_networkpackage to v0.0.3 - Updated
wepin_flutter_commonpackage to v0.0.4 - Updated
wepin_flutter_storagepackage to v0.0.2
0.0.1 #
- Initial release of
wepin_flutter_login_lib.