nitro_http 0.0.4
nitro_http: ^0.0.4 copied to clipboard
A fast HTTP client for Flutter backed by a native libcurl C++ engine over Nitro FFI, with HTTP/1.1, HTTP/2, HTTP/3, streaming and WebSockets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nitro_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nitro_http: ^0.0.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nitro_http/nitro_http.dart';