network_services 0.0.3 icon indicating copy to clipboard operation
network_services: ^0.0.3 copied to clipboard

Flutter Network Services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_services

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

dependencies:
  network_services: ^0.0.3

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:network_services/apiServices/networkService/abstract_network_service.dart';
import 'package:network_services/apiServices/networkService/api_result.dart';
import 'package:network_services/apiServices/networkService/api_result.freezed.dart';
import 'package:network_services/apiServices/networkService/logging_interceptor.dart';
import 'package:network_services/apiServices/networkService/network_exceptions.dart';
import 'package:network_services/apiServices/networkService/network_exceptions.freezed.dart';
import 'package:network_services/apiServices/networkService/network_service.dart';
import 'package:network_services/flutter_apps.dart';
1
likes
80
pub points
11%
popularity

Publisher

unverified uploader

Flutter Network Services.

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

dartz, dio, flutter, flutter_gen, freezed, freezed_annotation, get

More

Packages that depend on network_services