customized_streams 1.0.16 copy "customized_streams: ^1.0.16" to clipboard
customized_streams: ^1.0.16 copied to clipboard

CustomizedStreams is an implementation of the rxdart programming, leveraging the native Dart Streams api for stream transformation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add customized_streams

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

dependencies:
  customized_streams: ^1.0.16

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:customized_streams/customized_streams.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publishervo9312.co

CustomizedStreams is an implementation of the rxdart programming, leveraging the native Dart Streams api for stream transformation.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, rxdart

More

Packages that depend on customized_streams