fcg_network_interceptor 0.0.4 copy "fcg_network_interceptor: ^0.0.4" to clipboard
fcg_network_interceptor: ^0.0.4 copied to clipboard

A Dio interceptor that automatically encrypts request bodies using the encrypt_secure package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fcg_network_interceptor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fcg_network_interceptor: ^0.0.4

Alternatively, 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:fcg_network_interceptor/fcg_network_interceptor.dart';
0
likes
110
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dio interceptor that automatically encrypts request bodies using the encrypt_secure package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, sodium_libs

More

Packages that depend on fcg_network_interceptor