Skip to content

Instantly share code, notes, and snippets.

@AbbasHoseini
Last active December 10, 2021 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbbasHoseini/e1e1e90585f1845e9f0ad0a9ac2902dc to your computer and use it in GitHub Desktop.
Save AbbasHoseini/e1e1e90585f1845e9f0ad0a9ac2902dc to your computer and use it in GitHub Desktop.
void main() {
runApp(
ChangeNotifierProvider(
create: (context) => CartModel(),
child: const MyApp(),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment