flutter_cookie_consent 1.0.0 copy "flutter_cookie_consent: ^1.0.0" to clipboard
flutter_cookie_consent: ^1.0.0 copied to clipboard

Flutter Cookie Consent UI

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2025-04-18 #

Added #

  • Initial release of Flutter Cookie Consent
  • Basic cookie consent banner implementation
  • Support for multiple cookie categories (Essential, Analytics, Marketing)
  • Customizable banner position (top/bottom)
  • Settings dialog for detailed cookie preferences
  • Persistent storage of user preferences
  • Platform-specific implementations for Web, Android, and iOS
  • Comprehensive documentation and examples
  • Dark mode support
  • Localization support
  • Customizable animations
  • Accessibility support
  • Windows, macOS, and Linux platform support

Changed #

  • Improved banner UI/UX design
  • Enhanced performance and memory usage
  • Optimized storage implementation
  • Updated dependencies to latest versions
  • Converted all UI text and comments to English

Fixed #

  • Fixed banner positioning issues on some devices
  • Resolved storage permission problems on Android
  • Fixed localization loading issues
  • Addressed accessibility concerns

Security #

  • Implemented secure storage for user preferences
  • Added data encryption for sensitive information
  • Enhanced privacy protection measures

0.0.1 - 2025-04-18 #

Added #

  • Initial project setup
  • Basic cookie consent functionality
  • Web platform implementation
  • Android platform implementation
  • iOS platform implementation
  • Basic documentation

Changed #

  • Initial release