networks_library 0.0.1 copy "networks_library: ^0.0.1" to clipboard
networks_library: ^0.0.1 copied to clipboard

outdated

A new Flutter networks library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add networks_library

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

dependencies:
  networks_library: ^0.0.1

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:networks_library/flutter_network_utils.dart';
import 'package:networks_library/request/api_response.dart';
import 'package:networks_library/request/app_exceptions.dart';
import 'package:networks_library/request/evnet/event_fn.dart';
import 'package:networks_library/request/interceptor/error.dart';
import 'package:networks_library/request/interceptor/logger.dart';
import 'package:networks_library/request/interceptor/request.dart';
import 'package:networks_library/request/interceptor/response.dart';
import 'package:networks_library/request/request_manager.dart';
import 'package:networks_library/request/request_util.dart';
import 'package:networks_library/request/utils/network_headders.dart';
0
likes
0
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter networks library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, dio, event_bus, flutter

More

Packages that depend on networks_library