disposable 0.2.2 copy "disposable: ^0.2.2" to clipboard
disposable: ^0.2.2 copied to clipboard

outdatedDart 1 only

An implementation of disposable for Dart.

0.2.2 #

  • Fix a bug in CompositeDisposable.add.
  • Change the return type of CompositieDisposable.remove() to bool.

0.2.1 #

  • Add Disposable.from factory constructor.

0.2.0 #

  • Removed I prefix from IDisposable and IAsyncDisposable.
  • Added RefCountDisposable, MultiAssignmentDisposable, SingleAssignmentDisposable and SerialDisposable.
  • Introduced new constructors to Disposable/AsyncDisposable.
  • Hide noop field of Disposable.
  • Changed to throw an ArgumentError when null argument is given.
  • Added length property to CompositeDisposable.
  • Extracted AsyncDisposable and usingAsync as a separate library.
  • Cleaned-up API documentation.
0
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

An implementation of disposable for Dart.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on disposable