update readme
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user