request_scope 0.1.0
request_scope: ^0.1.0 copied to clipboard
Flutter DevTools Extension that inspects HTTP traffic in real time. Provides the core models, events and DevTools service extension used by adapters such as request_scope_dio.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add request_scopeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
request_scope: ^0.1.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:request_scope/request_scope.dart';