amplitude / Amplitude-Flutter-Deprecated

Amplitude's Flutter SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Getter not found: 'detached'

ciceropablo opened this issue · comments

The error I get:
../../../.asdf/installs/flutter/1.9.1+hotfix.6-stable/.pub-cache/hosted/pub.dartlang.org/amplitude_flutter-1.1.1/lib/src/session.dart:64:30: Error: Getter not found: 'detached'.
case AppLifecycleState.detached:

Flutter did a breaking change in flutter/engine#11913, which removed suspending and added detached. And we changed that in 1.1.1.

To use 1.1.1, you need to update your flutter sdk to the latest version.