mirror of
https://github.com/flutter/samples.git
synced 2026-03-30 08:11:40 +00:00
web: slide_puzzle - update to latest provider port
This commit is contained in:
@@ -68,7 +68,7 @@ class _ValueTabControllerState<T> extends State<ValueTabController<T>>
|
||||
controller: _controller,
|
||||
enabled: TickerMode.of(context),
|
||||
child: ValueListenableProvider.value(
|
||||
valueListenable: _notifier,
|
||||
value: _notifier,
|
||||
child: widget.child,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user