alice 1.10.0
alice: ^1.10.0 copied to clipboard
Advanced HTTP network inspector and logger for Flutter. Intercepts REST API requests and responses with a native UI for seamless debugging.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aliceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
alice: ^1.10.0Alternatively, 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:alice/alice.dart';