argos_inspector 0.4.0
argos_inspector: ^0.4.0 copied to clipboard
All-seeing Flutter APM and HTTP packet capture plugin — FPS monitoring, native HTTP interception (NSURLProtocol on iOS, OkHttp Interceptor on Android), curl reproduction, and a route-grouped packet in [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add argos_inspectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
argos_inspector: ^0.4.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:argos_inspector/argos_inspector.dart';