lemnisk_flutter 1.1.0 lemnisk_flutter: ^1.1.0 copied to clipboard
The Lemnisk Flutter Plugin allows you to track user event data from your Android or IOS app. The Plugin can be easily imported into any Android or iOS app. Based on the data it receives from the user [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lemnisk_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
lemnisk_flutter: ^1.1.0
Alternatively, 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:lemnisk_flutter/flutter_wrapper.dart';
import 'package:lemnisk_flutter/flutter_wrapper_method_channel.dart';
import 'package:lemnisk_flutter/flutter_wrapper_platform_interface.dart';