map_stream 1.0.0-alpha.4 copy "map_stream: ^1.0.0-alpha.4" to clipboard
map_stream: ^1.0.0-alpha.4 copied to clipboard

An implementation of the Dart Map object, adding functionality to listen to streams of entry changes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add map_stream

With Flutter:

 $ flutter pub add map_stream

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

dependencies:
  map_stream: ^1.0.0-alpha.4

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

Publisher

unverified uploader

An implementation of the Dart Map object, adding functionality to listen to streams of entry changes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on map_stream