grovs_flutter_plugin 1.0.1
grovs_flutter_plugin: ^1.0.1 copied to clipboard
Flutter plugin for Grovs SDK - Deep linking, smart links, user messaging, and campaign tracking for mobile apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add grovs_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
grovs_flutter_plugin: ^1.0.1Alternatively, 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:grovs_flutter_plugin/grovs.dart';
import 'package:grovs_flutter_plugin/grovs_method_channel.dart';
import 'package:grovs_flutter_plugin/grovs_platform_interface.dart';
import 'package:grovs_flutter_plugin/models/grovs_link.dart';