generic_network 1.0.0 copy "generic_network: ^1.0.0" to clipboard
generic_network: ^1.0.0 copied to clipboard

generic network layer with minimal code

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add generic_network

With Flutter:

 $ flutter pub add generic_network

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

dependencies:
  generic_network: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

generic network layer with minimal code

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on generic_network