Skip to content

Instantly share code, notes, and snippets.

@yuki2021
Created March 23, 2023 01:03
Show Gist options
  • Save yuki2021/15445c2e6338bd810533d130fa214b29 to your computer and use it in GitHub Desktop.
Save yuki2021/15445c2e6338bd810533d130fa214b29 to your computer and use it in GitHub Desktop.
Flutterのtestで、ProviderScopeの中で使われているRiverpodのProviderを横取りする。
final baseInfoDataController = ProviderScope.containerOf(
widgetTester.element(find.byType(MaterialApp)))
.read(baseInfoRegisterDataProvider.notifier);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment