Skip to content

v2.0.0

Compare
Choose a tag to compare
@haoliu-amp haoliu-amp released this 30 Apr 19:13

We developed a new Flutter SDK bridging calls to our native SDKs. The new SDK will start from v2.0.0 but it still uses the original package name amplitude-flutter. However, you can still continue to use version v1.4.0 which was implemented with the old style.

We made a decision because of following reasons.

  1. Our native SDKs (iOS, Android) are tested throughly and trusted.
  2. You will get access to much more features.
  3. You will get new features faster if it's added to native SDKs.
  4. It will save our time to duplicate logic for each APIs from native SDKs.

To migrate, since the we wrote the our API in a better way, you might need to change some API calls. Sorry for the inconvenience, but we try to make this change as fast as possible since we believe this is the right way to develop and maintain our Flutter SDK.