auto_dispose_mixin 1.0.0
auto_dispose_mixin: ^1.0.0 copied to clipboard
A lightweight Flutter mixin that automatically disposes controllers, subscriptions, and other resources to prevent memory leaks.
Changelog #
1.0.0 - 2026-02-17 #
Initial Release #
- Added
AutoDisposeMixinfor automatic resource cleanup - Supports
ChangeNotifier,AnimationController,ScrollController,StreamSubscription, and more - Added
registerForDispose()andregisterDisposeCallback() - DevTools logging and performance tracking support
- Ticker-safe disposal handling
- Included example project and full documentation