autoclose 1.0.4 copy "autoclose: ^1.0.4" to clipboard
autoclose: ^1.0.4 copied to clipboard

is a package designed to reduce the entire boilerplate from things that can be `.dispose()`d, `.close()`d or whatever!

1.0.4 #

  • The autoclose_bloc package now depends on autoclose_flutter, which re-exports all APIs from autoclose. You only need to add autoclose_bloc to access all features from both autoclose_bloc and autoclose_flutter (and autoclose).
  • The autoclose_flutter package also re-exports autoclose, so if you don't need Bloc support, you can use autoclose_flutter directly for full access to autoclose features.
  • Updated minimum Dart SDK version to >=3.2.0.
  • Updated bloc dependency to '>=8.0.0 <10.0.0'.
  • Fixed and improved imports, formatting, and code structure.
  • Added and updated linting rules.
  • Improved and reformatted tests.
  • Minor fixes and refactoring.

1.0.3 #

  • Add CloserChangeNotifier which provides Closer context in ChangeNotifier and ValueNotofier class.

1.0.2 #

1.0.1 #

  • Update ReadMe and bump dart sdk version

1.0.0 #

  • Initial version.
18
likes
150
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

is a package designed to reduce the entire boilerplate from things that can be `.dispose()`d, `.close()`d or whatever!

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, meta

More

Packages that depend on autoclose