Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 583 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 583 Bytes

1.0.0

  • A extended version of the flutter shared_preferences plugin with a multi-sharedpreferences file function.

1.0.1

  • Bug fix in pubspec.yaml.

1.0.2

  • Update version in pubspec.yaml
  • Rename ios pubspec file from sharedpreferences to extended_shared_preferences.
  • In extended_shared_preferences.pubspec change name, version, author and description.
  • Add MIT License.

1.0.3

  • Add loadPersistentStore() method to SharedPreferences which must be called before accessing preferences to load them from the preference file.
  • Adopt documentation in README.md.