nitro_http 0.0.5 copy "nitro_http: ^0.0.5" to clipboard
nitro_http: ^0.0.5 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_http

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nitro_http: ^0.0.5

Alternatively, 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';
19
likes
110
points
286
downloads

Documentation

Documentation
API reference

Publisher

verified publishershreeman.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#http #network #ffi #nitro #websocket

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

dio, flutter, flutter_web_plugins, http, nitro, web, web_socket

More

Packages that depend on nitro_http

Packages that implement nitro_http