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

unlistedoutdated

Network implementation for Flutter

SurfGear

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