dijji 1.1.2-alpha
dijji: ^1.1.2-alpha copied to clipboard
Intelligence, engagement, and defense for Flutter apps. Replaces analytics, crash reporting, push, and in-app messaging with one dependency. Native crash on JVM + NSException + POSIX signals, Play Ins [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dijjiWith Flutter:
$ flutter pub add dijjiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dijji: ^1.1.2-alphaAlternatively, 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:dijji/dijji.dart';