Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 1.79 KB

Changelog

[1.0.0] - 2025-01-08 (Major Release)

Features:

  • 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.

Deprecated:

  • Streamlined API: Deprecated SharedPreferencesService in favor of leveraging the latest shared_preferences package API for a more efficient approach to managing shared preferences.

Other Changes:

  • Bug fixes and general improvements across the library.
  • Enhanced usability and code readability by streamlining utility functions and extensions.

[0.0.6] - 2024-03-20

  • Minor fixes and upgrades to improve performance.

[0.0.5] - 2024-03-20

  • Improved documentation for the SharedPreferencesService class.
  • Added example usage in README.md documentation.
  • Bug fixes and performance improvements.

[0.0.4] - 2024-03-20

  • 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.

[0.0.3] - 2024-02-09

Changes:

  • Formatted Dart code.
  • Further updated documentation for improved clarity.

[0.0.2] - 2024-02-08

Added:

  • Added sample tests to ensure functionality.

Changes:

  • Updated documentation for better guidance.

[0.0.1] - 2024-02-08

  • Initial release.