Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.5 KB

File metadata and controls

81 lines (48 loc) · 1.5 KB

0.5.0

  • Update device_info_plus (11.1.1 up to 13.x) and package_info_plus (8.3.1 up to 10.x) with iOS/macOS Swift Package Manager support
  • Raise minimum supported versions to Dart 3.4 / Flutter 3.22
  • Fall back to platform OS metadata when device metadata collection fails
  • Ignore non-Aptabase SharedPreferences entries when loading queued events
  • Migrate example app to Swift Package Manager

0.4.1

  • Change "SystemChannels.lifecycle" to "AppLifecycleListener"
  • Fix browser info OS
  • Fix invalid appKey message

0.4.0

  • Persistant storage for offline events
  • Send events in batches
  • Retry 5xx status code

0.3.0

  • Update dependencies (breaking changes)

0.2.0

  • Update dependencies

0.1.1

  • use new session id format

0.1.0

  • Update dependencies

0.0.10

  • Added support for automatic segregation of Debug/Release data source

0.0.9

  • Support for self hosted instances
  • Reduce session timeout to 1 hour to match the other SDKs

0.0.8

  • Enhance logs with macOS version

0.0.7

  • Update to new URL for the API

0.0.6

  • Add web support
  • Address small nitpicks and formatting changes

0.0.5

  • Add a default User-Agent header
  • Add more documentation to public methods

0.0.4

  • Lower requirement of Dart SDK to >=2.12.0

0.0.3

  • Add example

0.0.2

  • Run flutter format on the codebase
  • Add more documentation to the codebase
  • Set session timeout to 4 hours

0.0.1

  • Initial release of the Flutter SDK
  • Added ability to initialized the SDK and publish events