indigitall_flutter_plugin 2.12.0 indigitall_flutter_plugin: ^2.12.0 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 Flutter:
$ flutter pub add indigitall_flutter_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
indigitall_flutter_plugin: ^2.12.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:indigitall_flutter_plugin/indigitall_flutter_plugin.dart';