Skip to content

Instantly share code, notes, and snippets.

@gausoft
Created August 18, 2022 00:00
Show Gist options
  • Save gausoft/d8748f4d4ebe5d830bacef57d1ab3838 to your computer and use it in GitHub Desktop.
Save gausoft/d8748f4d4ebe5d830bacef57d1ab3838 to your computer and use it in GitHub Desktop.
Wrapp ProviderScope arrond Root Widget
// main.dart
void main() {
runApp(
/// A widget that stores
/// the state of providers.
const ProviderScope(
child: MyApp(),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment