update readme

This commit is contained in:
2025-09-07 05:17:51 +00:00
parent 8076249cf9
commit f9bca6e61b
7 changed files with 126 additions and 47 deletions
-6
View File
@@ -27,12 +27,6 @@ class _LazyCanvasState extends State<LazyCanvas> with TickerProviderStateMixin<L
widget.controller.setTickerProvider(this);
}
@override
void dispose() {
widget.controller.dispose(); // for the change notifier
super.dispose();
}
@override
void didUpdateWidget(covariant LazyCanvas oldWidget) {
super.didUpdateWidget(oldWidget);