ilebora_push 0.0.2 copy "ilebora_push: ^0.0.2" to clipboard
ilebora_push: ^0.0.2 copied to clipboard

BoraPush is a Dart package enabling real-time server-sent events (SSE) communication, providing simple yet powerful tools for server and client-side implementations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ilebora_push

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

dependencies:
  ilebora_push: ^0.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:ilebora_push/ilebora_push.dart';
2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

BoraPush is a Dart package enabling real-time server-sent events (SSE) communication, providing simple yet powerful tools for server and client-side implementations.

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc, universal_html

More

Packages that depend on ilebora_push