dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Add a README #6

Closed kevmoo closed 9 years ago

kevmoo commented 9 years ago

The kids like it :smile:

azenla commented 9 years ago

I'll write one.

jmesserly commented 9 years ago

i put most of it in the library comment: https://github.com/dart-lang/observe/blob/master/lib/observe.dart#L5 ... is there any good tooling to sync things like that? Or just move the contents to README?

jmesserly commented 9 years ago

here's the live content: http://www.dartdocs.org/documentation/observe/0.13.0+2/index.html#observe/observe

jmesserly commented 9 years ago

sent a pull req, just moved the text to README since more people see that