amplitude_engagement_flutter 0.0.7
amplitude_engagement_flutter: ^0.0.7 copied to clipboard
Official Amplitude Engagement Flutter SDK, supporting Android, iOS
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amplitude_engagement_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
amplitude_engagement_flutter: ^0.0.7Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:amplitude_engagement_flutter/amplitude_engagement.dart';
import 'package:amplitude_engagement_flutter/element_targeting.dart';
import 'package:amplitude_engagement_flutter/internal/constants.dart';
import 'package:amplitude_engagement_flutter/internal/logger.dart';
import 'package:amplitude_engagement_flutter/types.dart';