mirror of
https://github.com/flutter/samples.git
synced 2026-03-29 15:51:47 +00:00
Revert "web: slide_puzzle - update to latest provider port"
Seeing an issue with generics and dart2js (or DDC)
This reverts commit 7a42263344.
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(
|
||||
value: _notifier,
|
||||
valueListenable: _notifier,
|
||||
child: widget.child,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user