flutter_consent_flow 1.0.0
flutter_consent_flow: ^1.0.0 copied to clipboard
A Flutter utility library for handling regulatory frameworks and geolocation permissions. This library provides methods to identify the relevant regulatory framework based on the user's IP or location [...]
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
Added #
- Initial release of the FlutterConsentFlow package.
1.0.0 - 2023-08-12 #
Added #
- Introduced the
FlutterConsentFlowutility class for handling regulatory frameworks and geolocation permissions. - Included methods to initialize the package, retrieve regulatory frameworks by IP and coordinates, and check location permissions.
- Added support for identifying GDPR, CCPA, LGPD, and non-applicable regulatory frameworks.
- Provided in-built consent dialog with customizable content for requesting user consent.
- Documented usage examples and provided comprehensive in-code comments.
- Included unit tests to ensure the correctness of the package's functionality.
Changed #
- Updated README.md with detailed instructions for usage, setup, and customization.
- Improved the structure and organization of the package codebase.
- Enhanced the logging mechanism for better debugging and troubleshooting.
Fixed #
- Addressed minor issues related to HTTP requests and response handling.
- Improved error handling and provided appropriate feedback to users.