generic_network 1.0.2 generic_network: ^1.0.2 copied to clipboard
generic network layer with minimal code
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add generic_network
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
generic_network: ^1.0.2
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:generic_network/api.dart';
import 'package:generic_network/base_api.dart';
import 'package:generic_network/decodable.dart';
import 'package:generic_network/exceptions/network_exception.dart';
import 'package:generic_network/network.dart';
import 'package:generic_network/result.dart';
import 'package:generic_network/target_type.dart';