native_storage 0.4.0 copy "native_storage: ^0.4.0" to clipboard
native_storage: ^0.4.0 copied to clipboard

A Dart-only package for accessing platform-native storage functionality.

0.4.0 #

  • chore!: Migrate Android away from EncryptedSharedPreferences to SharedPreferences
  • chore: Bump ffigen dependency
  • chore: Bump minimum Dart SDK version to 3.6.0

0.3.0 #

  • fix!: Don't set a default namespace on Web
  • fix!: Align namespace/scope prefix with shared_preferences on Web
  • fix: Return deleted value

0.2.3 #

  • chore: Bump dependencies
  • chore: Re-generate native bindings

0.2.2 #

  • chore: Bump dependencies

0.2.1 #

  • fix: Workaround for package:web differences pre- and post-1.0.0

0.2.0 #

  • chore: Updates ffigen and jnigen to latest versions
  • chore: Support web: ">=0.5.0 <2.0.0"
  • fix: Null pointer dereference on Linux clear

0.1.7 #

  • fix: Ensure only one NativeStorage instance exists for any namespace/scope pair
  • fix: Buffer calls to close
  • chore: Ensure consistent validation of namespaces

0.1.6 #

  • feat: Support absolute scopes in NativeStorage.scoped

0.1.5 #

  • chore: Update repository field in pubspec.yaml

0.1.4 #

  • fix: Lower Android min API to 21 (#121)

0.1.3 #

  • chore: Migrate to jni 0.8.0 to enable isolated Android storage
  • fix: Removal of secure storage values on macOS/iOS in release mode

0.1.2 #

  • feat: Isolated memory storage on web
  • fix: Scoping rules
  • chore: More pub.flutter-io.cn clean up

0.1.1 #

  • Clean up for pub.flutter-io.cn listing

0.1.0 #

  • Initial version.