Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Releases: amplitude/Amplitude-Flutter-Deprecated

v1.4.0

15 Apr 20:48
Compare
Choose a tag to compare
  • Add support for sending automatic session events. (session start and session end).
  • By default this feature is turned off.
  • Please enable it in the config during initialization. e.g. AmplitudeFlutter('API_KEY', Config(trackSessionEvents: true))

v1.3.0

03 Apr 17:13
Compare
Choose a tag to compare

v1.2.1

24 Mar 17:47
Compare
Choose a tag to compare
  • Fix a problem that device type shows empty value for iOS devices.

v1.2.0

24 Feb 00:00
be47a2a
Compare
Choose a tag to compare
  • Can track advertising Id now.
  • Will use a random UUID for device Id if ads tracking is disabled on the phone.
  • Device Id will be persisted locally to keep consistency.
  • Fixed wrong value population for os related properties in an event.

v1.1.5

15 Jan 21:11
Compare
Choose a tag to compare
  • Include language property when reporting events.

v1.1.4

11 Jan 00:43
Compare
Choose a tag to compare
  • AndroidX migration for libraries.

v1.1.3

27 Dec 07:51
Compare
Choose a tag to compare
  • Fix a problem that dart documentation can't be generated on pub.dev

v1.1.2

27 Dec 06:31
Compare
Choose a tag to compare
  • Made changes to support the new Android plugins API (>= 1.12 Flutter SDK).
  • Updated Android example application with v2 Android embedding.

v1.1

27 Dec 07:51
Compare
Choose a tag to compare
Release 1.1.3

v1.1.1

12 Dec 09:25
871faa1
Compare
Choose a tag to compare
  • Migrated from AppLifecycleState.suspending to AppLifecycleState.detached. Cause suspending is deprecated. Thanks @otopba for fixing it.
  • Fixed the possible crash while other permission is requested by other libraries.