wepin_flutter_storage 1.0.0
wepin_flutter_storage: ^1.0.0 copied to clipboard
A Flutter package for integrating Wepin Storage, providing tools to manage and secure data efficiently.
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
- Migration from
flutter_secure_storage
to native storage (iOS/Android)
Bug Fixes #
- Fixed storage issue caused by MasterKey change (Now resets storage properly).
0.0.5 #
Bug Fixes #
- Added try-catch to ignore a PlatformException in
flutter_secure_storage
on iOS when updating existing values.
0.0.3 #
Update #
- Updated
wepin_flutter_common
package to v0.0.5 - Updated
flutter_secure_storage
package to v9.0.0
0.0.2 #
Update #
- Minimum required
dart
version updated to v2.18.3. - Minimum required
flutter
version updated to v3.3.0. - Updated
wepin_flutter_common
package to v0.0.4
0.0.1 #
- Initial release of
wepin_flutter_storage
.