Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 730 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 730 Bytes

Changelog

3.0.0

  • Updated dependencies to latest (dart >= 3.0.0 / shared_preferences >= 2.2.1)
  • Updated example project
  • Added ability to set preferences directory for JSON CrossLocalStorage via setPreferencesDirectory

2.0.1

  • Fixed lint issues
  • Fixed interface method remove
  • Fixed method remove for json storage

2.0.0

  • Updated to NNBD
  • Migrated to usage of shared_preferences packages
  • Added separate module for json storage

1.1.1

  • Updated readme

1.1.0

  • Renamed plugin to cross_local_storage

1.0.1

  • Fixed issue when opening empty file

1.0.0

  • Created common interface for wrapper of SharedPreferences on both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux)