- PIN Screen: Introduced a secure and customizable PIN entry widget for robust user authentication.
- Internet Connection Checker: Integrated utilities for real-time internet connectivity monitoring, enabling developers to build apps that gracefully handle network availability.
- Versatile Image Handling: Added customizable image widget features, including circular and rectangular shapes with placeholders, error handling, and fallbacks, simplifying image management in Flutter apps.
- Streamlined API: Deprecated
SharedPreferencesService
in favor of leveraging the latestshared_preferences
package API for a more efficient approach to managing shared preferences.
- Bug fixes and general improvements across the library.
- Enhanced usability and code readability by streamlining utility functions and extensions.
- Minor fixes and upgrades to improve performance.
- Improved documentation for the
SharedPreferencesService
class. - Added example usage in
README.md
documentation. - Bug fixes and performance improvements.
- Introduced
SharedPreferencesService
class for managing SharedPreferences in Flutter applications. - Implemented methods for storing and retrieving various data types in SharedPreferences.
- Added methods to initialize, clear, and remove data from SharedPreferences.
- Formatted Dart code.
- Further updated documentation for improved clarity.
- Added sample tests to ensure functionality.
- Updated documentation for better guidance.
- Initial release.