api_radar 0.0.1
api_radar: ^0.0.1 copied to clipboard
A floating network debugger for Flutter. Inspect API calls (Dio) in real-time on your device.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add api_radarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
api_radar: ^0.0.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:api_radar/api_radar.dart';