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 [...]

0.0.1 #

  • TODO: Describe initial release.

0.0.2 #

Update README

0.0.3 #

Cannot use secure storage during running tests

0.0.4 #

  • Implement CURL for debug mode
  • Add others parameters to AuthSessionInfo
  • Implement encoding for NetworkConfigurable

0.0.5 #

  • Fix jsonEncode at AuthSessionInfo

0.0.6 #

  • add future to interface

0.0.7 #

  • fix Platform.environment for web

0.0.8 #

  • fix query parameters to dynamic

0.0.9 #

  • fix postUri with query parameters

0.1.0 #

  • default input query parameters are optional

0.1.1 #

  • Implement put,delete repsonseType

0.1.2 #

  • Implement interceptor for network configurable

0.1.3 #

  • Support form data

0.1.4 #

  • Support form data for put/delete

0.1.5 #

  • Fix debug formData

0.1.6 #

  • Fix crash on FlutterSecureStorage

0.1.7 #

  • Return DioError for error response

0.1.8 #

  • Change print to log

0.2.0 #

  • Upgrade flutter
  • Refactor AppError

0.2.1 #

  • Upgrade flutter
  • Implement PATCH request

0.2.2 #

  • Fix mistake

0.2.3 #

  • Upgrade libs
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