dijji 1.1.5-alpha
dijji: ^1.1.5-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 Flutter:
$ flutter pub add dijjiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dijji: ^1.1.5-alphaAlternatively, 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:dijji/dijji.dart';