flutter_secure_storage_x_platform_interface 1.4.1 flutter_secure_storage_x_platform_interface: ^1.4.1 copied to clipboard
A common platform interface for the flutter_secure_storage plugin.
1.3.0 #
Note: This release has breaking changes.
- BREAKING FEAT: Update dart and flutter version. (28413719)
1.1.2 #
Adds onCupertinoProtectedDataAvailabilityChanged and isCupertinoProtectedDataAvailable via MethodChannelFlutterSecureStorage to prevent breaking changes.
1.1.1 #
Reverts onCupertinoProtectedDataAvailabilityChanged and isCupertinoProtectedDataAvailable.
1.1.0 #
Adds onCupertinoProtectedDataAvailabilityChanged and isCupertinoProtectedDataAvailable.
1.0.2 #
- Update Dart SDK Constraint to support <4.0.0 instead of <3.0.0.
1.0.1 #
- Migrated from flutter_lints to lint and applied suggestions.
- Remove pubspec.lock according to https://dart.dev/guides/libraries/private-files#pubspeclock
1.0.0 #
- Initial release. Contains the interface and an implementation based on method channels.
- Changed effective_dart to flutter_lints