dart-lang/observable

Name: observable

Owner: Dart

Description: Support for marking objects as observable, and getting notifications when those objects are mutated.

Created: 2016-09-23 20:00:28.0

Updated: 2018-05-18 22:06:59.0

Pushed: 2018-05-23 10:50:34.0

Homepage: https://pub.dartlang.org/packages/observable

Size: 115

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

Support for detecting and being notified when an object is mutated.

An observable is a way to be notified of a continuous stream of events over time.

Some suggested uses for this library:

You may want to look at the former TC39 proposal Observe.observe, which was deprecated.

Usage

There are two general ways to detect changes:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.