extensionresoft 0.0.4 extensionresoft: ^0.0.4 copied to clipboard
A collection of Dart/Flutter Extension functions and Helper functions for faster development. It absolutely makes for codes re-usability and easy coding reading.
Changelog #
[0.0.1] - 2024-02-08 #
- Initial release.
[0.0.2] - 2024-02-08 #
Added:
- Added sample tests
Changes:
- Updated documentation
[0.0.3] - 2024-02-09 #
Changes:
- Formatted dart codes
- Further updated documentation
[0.0.4] - 2024-02-09 #
- Added SharedPreferencesService class for managing SharedPreferences in Flutter applications.
- Implemented methods for storing and retrieving boolean, string, integer, double, and list of strings data types in SharedPreferences.
- Added init method to initialize the SharedPreferences instance.
- Implemented clear and remove methods for clearing data and removing specific keys from SharedPreferences.