Skip to content

Instantly share code, notes, and snippets.

@marcossevilla
Created February 17, 2021 16:40
Show Gist options
  • Save marcossevilla/fa719c6bf03a61fccbfabec35bd66e48 to your computer and use it in GitHub Desktop.
Save marcossevilla/fa719c6bf03a61fccbfabec35bd66e48 to your computer and use it in GitHub Desktop.
void main() {
runApp(
MultiProvider(
providers: [
Provider(create: (_) => MyProvider()),
],
child: MyApp(),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment