yknetworking 0.1.3
yknetworking: ^0.1.3 copied to clipboard
yknetworking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yknetworkingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yknetworking: ^0.1.3Alternatively, 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:yknetworking/yk_base_networking.dart';
import 'package:yknetworking/yk_network_connectivity.dart';
import 'package:yknetworking/yk_networking.dart';
import 'package:yknetworking/yk_networking_config.dart';
import 'package:yknetworking/yk_networking_request.dart';
import 'package:yknetworking/yk_networking_response.dart';