flutter_chuck_inspection 1.0.4
flutter_chuck_inspection: ^1.0.4 copied to clipboard
A powerful HTTP inspector for Flutter — monitor, debug, and analyze requests in real-time with a sleek dark UI and persistent notifications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_chuck_inspectionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_chuck_inspection: ^1.0.4Alternatively, 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:flutter_chuck_inspection/flutter_chuck_inspection.dart';