flutter_analytics 1.1.1+1 copy "flutter_analytics: ^1.1.1+1" to clipboard
flutter_analytics: ^1.1.1+1 copied to clipboard

outdated

A barebones Analytics SDK to collect anonymous metadata from flutter apps.

v1.1.1+1 - 2019-10-18 #

  • update connectivity dependency

v1.1.1 - 2019-10-18 #

  • Dependencies and environment constraints updated

v1.1.0 - 2019-10-17 #

  • Non-persistent payload pointers added for chronological debugging purposes
  • README updated with examples for server-side analytics consumption and OTA config

v1.0.0 - 2019-10-16 #

  • Full analytics refactor for improved codebase clarity
  • Leverages the latest flutter_persistent_queue implementation under the hood
  • JSON-encodable <dynamic> payloads now supported
  • Improved settings and localstorage caching
  • Better debugging messages on debug targets and saner error handling throughout

v0.4.1 - 2019-10-03 #

  • Improve persistency of groupId and userId

v0.4.0 - 2019-09-26 #

  • Implicit cast of DateTime props within payloads to ISOStrings

v0.3.5 - 2019-09-25 #

  • Improved debugging and error handling

v0.3.4+1 - 2019-09-17 #

  • Minor maintenance

v0.3.4 - 2019-09-16 #

  • Updated dependencies

v0.3.3 - 2019-06-17 #

  • Improved documentation

v0.3.2 - 2019-06-17 #

  • Improved example

v0.3.1 - 2019-06-17 #

  • First public release