nitro_http 0.0.1 copy "nitro_http: ^0.0.1" to clipboard
nitro_http: ^0.0.1 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 Dart:

 $ dart pub add nitro_http

With Flutter:

 $ flutter pub add nitro_http

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

dependencies:
  nitro_http: ^0.0.1

Alternatively, your editor might support dart pub get or 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';
18
likes
0
points
188
downloads

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

License

unknown (license)

Dependencies

flutter, http, nitro, web_socket

More

Packages that depend on nitro_http

Packages that implement nitro_http