Skip to content

Instantly share code, notes, and snippets.

@marcossevilla
Created February 17, 2021 16:40
Show Gist options
  • Save marcossevilla/ac75fc9e5245c7ca2bfc8d1d5929644d to your computer and use it in GitHub Desktop.
Save marcossevilla/ac75fc9e5245c7ca2bfc8d1d5929644d to your computer and use it in GitHub Desktop.
void main() {
runApp(
ProviderScope(
child: MyApp(),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment