http_sse 0.1.0 copy "http_sse: ^0.1.0" to clipboard
http_sse: ^0.1.0 copied to clipboard

Server-Sent Events (SSE) events, encoders, and decoders.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_sse

With Flutter:

 $ flutter pub add http_sse

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

dependencies:
  http_sse: ^0.1.0

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:http_sse/http_sse.dart';
0
likes
160
points
93
downloads

Documentation

API reference

Publisher

verified publisherpusk.software

Weekly Downloads

Server-Sent Events (SSE) events, encoders, and decoders.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

equatable, meta

More

Packages that depend on http_sse