surf_network 0.0.1-dev.13 copy "surf_network: ^0.0.1-dev.13" to clipboard
surf_network: ^0.0.1-dev.13 copied to clipboard

unlisted

Network implementation for Flutter

SurfGear

Attention #

This package is currently deprecated.

surf_network #

Network implementation for Flutter

Discription #

The module makes the main work with http.

A small facade and 2 implementations are used:

  1. DefaultHttp based on standard http
  2. DioHttp based on the library of the same name