rejourney 0.1.1
rejourney: ^0.1.1 copied to clipboard
Privacy-first Flutter session replay for iOS and Android with masking, crash and ANR reporting, network timing, and product analytics.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rejourneyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rejourney: ^0.1.1Alternatively, 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:rejourney/rejourney.dart';