- A extended version of the flutter shared_preferences plugin with a multi-sharedpreferences file function.
- Bug fix in pubspec.yaml.
- 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.
- Add
loadPersistentStore()
method toSharedPreferences
which must be called before accessing preferences to load them from the preference file. - Adopt documentation in README.md.