rasht 0.4.2
rasht: ^0.4.2 copied to clipboard
Rain City API tracing for Flutter — Dio request inspector, error capture, and redacted session export for QA teams.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rashtThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rasht: ^0.4.2Alternatively, 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:rasht/rasht.dart';