indigitall_flutter_plugin 2.18.3
indigitall_flutter_plugin: ^2.18.3 copied to clipboard
With the indigitall tool, you will be able to capture and communicate with the visitors of your website, the users of your app or your clients in general.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add indigitall_flutter_pluginWith Flutter:
$ flutter pub add indigitall_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
indigitall_flutter_plugin: ^2.18.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:indigitall_flutter_plugin/indigitall_flutter_plugin.dart';