native_http 1.0.0 copy "native_http: ^1.0.0" to clipboard
native_http: ^1.0.0 copied to clipboard

outdated

A new flutter plugin project.

native_http #

A package that calls network from native platform ie OkHttp on Android and URLSession iOS.

Getting Started #

import 'package:native_http/native_http.dart' as native_http;

// Platform messages are asynchronous, so we initialize in an async method. Future