getting_started page needs update? #546
Cyberavater
started this conversation in
General
Replies: 1 comment 2 replies
-
Indeed, the build method is missing a parameter The doc is not up-to-date with the dev release. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems like the example code for
Flutter + flutter_hooks
from here, https://riverpod.dev/docs/getting_started doesn't work.It's giving
'MyApp.build' ('Widget Function(BuildContext)') isn't a valid override of 'ConsumerWidget.build' ('Widget Function(BuildContext, WidgetRef)')
andUndefined name 'ref'.
Beta Was this translation helpful? Give feedback.
All reactions