respectlytics_flutter 2.0.1 copy "respectlytics_flutter: ^2.0.1" to clipboard
respectlytics_flutter: ^2.0.1 copied to clipboard

Official Respectlytics SDK for Flutter - Privacy-first analytics with session-based tracking. No device identifiers, GDPR/ePrivacy compliant, no consent required.

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.

2.0.1 - 2025-12-12 #

Changed #

  • Updated privacy compliance wording in documentation to clarify regulatory requirements and recommend legal consultation

2.0.0 - 2025-12-10 #

⚠️ Breaking Changes #

  • REMOVED: identify() method (GDPR/ePrivacy compliance)
  • REMOVED: reset() method (no longer needed)
  • REMOVED: SharedPreferences storage for user IDs

Changed #

  • Session IDs now generated in RAM only (never persisted to disk)
  • New session ID generated on every app launch
  • Sessions rotate automatically every 2 hours (changed from 30-minute inactivity)

Why This Change? #

Storing identifiers on device (SharedPreferences) requires user consent under ePrivacy Directive Article 5(3). In-memory sessions require no consent, making Respectlytics truly consent-free analytics.

Migration #

Remove any calls to identify() and reset(). Session management is now automatic.

1.0.1 - 2025-11-30 #

Fixed #

  • Minor bug fixes and stability improvements

1.0.0 - 2025-11-15 #

Added #

  • Initial release
  • Privacy-first analytics with session-based tracking
  • Automatic session management
  • Event batching and offline support
0
likes
150
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

Official Respectlytics SDK for Flutter - Privacy-first analytics with session-based tracking. No device identifiers, GDPR/ePrivacy compliant, no consent required.

Homepage
Repository (GitHub)
View/report issues

Topics

#analytics #privacy #tracking #flutter-plugin #gdpr

Documentation

API reference

License

unknown (license)

Dependencies

connectivity_plus, flutter, http, package_info_plus, shared_preferences, uuid

More

Packages that depend on respectlytics_flutter