livestream 1.0.1 copy "livestream: ^1.0.1" to clipboard
livestream: ^1.0.1 copied to clipboard

outdated

LiveStream is a simple class which makes communication easy among different modules of your application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add livestream

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

dependencies:
  livestream: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:livestream/livestream.dart';
30
likes
40
pub points
63%
popularity

Publisher

verified publishershreyaspatil.dev

LiveStream is a simple class which makes communication easy among different modules of your application.

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

More

Packages that depend on livestream