flutter_cpnetworking_service 0.2.3 copy "flutter_cpnetworking_service: ^0.2.3" to clipboard
flutter_cpnetworking_service: ^0.2.3 copied to clipboard

A netowrking wrapper which using dio and flutter_secure_storage(ios, android)/shared_preferences(web) to handle storage token or sensitive data in general, and use token as authorization info when req [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cpnetworking_service

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

dependencies:
  flutter_cpnetworking_service: ^0.2.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:flutter_cpnetworking_service/flutter_cpnetworking_service.dart';
8
likes
90
pub points
38%
popularity

Publisher

unverified uploader

A netowrking wrapper which using dio and flutter_secure_storage(ios, android)/shared_preferences(web) to handle storage token or sensitive data in general, and use token as authorization info when requesting to http connection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, dio, flutter, flutter_secure_storage, shared_preferences

More

Packages that depend on flutter_cpnetworking_service