approov_service_flutter_dio_http2 3.5.0
approov_service_flutter_dio_http2: ^3.5.0 copied to clipboard
Approov support for Flutter Dio clients using HTTP/2.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add approov_service_flutter_dio_http2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
approov_service_flutter_dio_http2: ^3.5.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:approov_service_flutter_dio_http2/approov_service_flutter_dio_http2.dart';