subject 0.0.1 copy "subject: ^0.0.1" to clipboard
subject: ^0.0.1 copied to clipboard

outdated

Observer Pattern implementation for Dart, using callbacks, streams, etc... Subject code generator with annotations, to automatically generate an observable interface for any class.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add subject

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

dependencies:
  subject: ^0.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:subject/subject.dart';
3
likes
0
points
279
downloads

Publisher

verified publisherdrafakiller.com

Weekly Downloads

Observer Pattern implementation for Dart, using callbacks, streams, etc... Subject code generator with annotations, to automatically generate an observable interface for any class.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, code_builder, source_gen

More

Packages that depend on subject