Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.25 KB

VISC

In Flutter applications, there are several ways to handle API requests, one of which is by using an available package called 'dio package' https://pub.dev/packages/dio or 'Http package' https://pub.dev/packages/http. When using those package, there are numerous features available within it. The package attempts to simplify the usage of the those package. The simplicity lies in users only needing to define the base URL, url, headers, and log usage.

Plugins

Visc is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin Soucre
Dio https://pub.dev/packages/dio
Dio Smart Retry https://pub.dev/packages/dio_smart_retry
Http https://pub.dev/packages/http
Either Dart https://pub.dev/packages/either_dart
Logger https://pub.dev/packages/logger
DCM free version before paid version 5.3.0

Development

I would be very happy and hopeful if all of you could review and improve what is lacking in this package for various reasons.

TODO

  • download
  • upload