Skip to content

Instantly share code, notes, and snippets.

@obadajasm
Created April 12, 2020 12:59
Show Gist options
  • Save obadajasm/e91bc71e8212f08efc40d3cc815504fb to your computer and use it in GitHub Desktop.
Save obadajasm/e91bc71e8212f08efc40d3cc815504fb to your computer and use it in GitHub Desktop.
MultiProvider(
providers: [ChangeNotifierProvider(create: (_) => MyProvider())],
child: MaterialApp()
....
...
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment