ilkersevim_disposables 0.1.2
ilkersevim_disposables: ^0.1.2 copied to clipboard
Prevent leaked subscriptions, timers, controllers, and cleanup callbacks by disposing related Dart resources together.
Changelog #
0.1.2 #
- Explain how grouped, idempotent cleanup prevents resource leaks.
- Rewrite package metadata around subscription, timer, controller, and callback ownership.
0.1.1 #
- Patch release for OIDC publish verification.
0.1.0 #
- Initial release:
TimerDisposable,DisposableBag,SubscriptionManager, andTimerHandleManager.