beacon_dio_adapter 1.0.19
beacon_dio_adapter: ^1.0.19 copied to clipboard
Dio Adapter for Beacon HTTP Logger.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add beacon_dio_adapterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
beacon_dio_adapter: ^1.0.19Alternatively, 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:beacon_dio_adapter/beacon_dio_adapter.dart';