sse_processor 1.0.0+6 copy "sse_processor: ^1.0.0+6" to clipboard
sse_processor: ^1.0.0+6 copied to clipboard

A pure Dart package for Server-Sent Events (SSE) delivery management

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sse_processor

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

dependencies:
  sse_processor: ^1.0.0+6

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:sse_processor/sse.dart';
2
likes
75
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart package for Server-Sent Events (SSE) delivery management

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

built_collection, cupertino_icons, dio, flutter, get, synchronized

More

Packages that depend on sse_processor