volt_net 1.1.0
volt_net: ^1.1.0 copied to clipboard
Motor de requisições HTTP de alta performance com Cache Híbrido (L1/L2), SQLite e Processamento em Isolates.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add volt_netThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
volt_net: ^1.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:volt_net/volt_net.dart';