flutter_wrapper 1.0.0 copy "flutter_wrapper: ^1.0.0" to clipboard
flutter_wrapper: ^1.0.0 copied to clipboard

The Lemnisk Flutter Wrapper 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 t [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_wrapper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_wrapper: ^1.0.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:flutter_wrapper/flutter_wrapper.dart';
1
likes
110
pub points
0%
popularity

Publisher

verified publisherlemnisk.co

The Lemnisk Flutter Wrapper 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 activity, it sends real-time personalized push notifications to the users about the services and products that our clients provide.

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_wrapper