dart_http2_flutter_sse 1.0.2 copy "dart_http2_flutter_sse: ^1.0.2" to clipboard
dart_http2_flutter_sse: ^1.0.2 copied to clipboard

A production-ready HTTP/2 client package for Dart and Flutter with interceptors, retry, timeouts, cancellation, streaming, and connection pooling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_http2_flutter_sse

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

dependencies:
  dart_http2_flutter_sse: ^1.0.2

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:dart_http2_flutter_sse/dart_http2_flutter_sse.dart';
1
likes
130
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready HTTP/2 client package for Dart and Flutter with interceptors, retry, timeouts, cancellation, streaming, and connection pooling.

Repository (GitHub)
View/report issues
Contributing

Topics

#http #http2 #networking #client #flutter

License

MIT (license)

Dependencies

flutter, http, http2, http_parser, meta

More

Packages that depend on dart_http2_flutter_sse