1
0
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:
Kevin Moore
2019-06-14 11:33:32 -07:00
parent 92b6848c3c
commit c78b873f7d
3 changed files with 84 additions and 78 deletions

View File

@@ -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,
),
);