grovs_flutter_plugin 1.0.1 copy "grovs_flutter_plugin: ^1.0.1" to clipboard
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_plugin

This 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.1

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: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';
0
likes
160
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Grovs SDK - Deep linking, smart links, user messaging, and campaign tracking for mobile apps.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on grovs_flutter_plugin

Packages that implement grovs_flutter_plugin