Skip to content

Instantly share code, notes, and snippets.

@shivanchalaeologic
Last active July 13, 2020 11:01
Show Gist options
  • Select an option

  • Save shivanchalaeologic/527dd71afb9ad25756c14f67aea0cc45 to your computer and use it in GitHub Desktop.

Select an option

Save shivanchalaeologic/527dd71afb9ad25756c14f67aea0cc45 to your computer and use it in GitHub Desktop.
MaterialApp(
theme: ThemeData(
primarySwatch: Colors.blue,
visualDensity: VisualDensity.adaptivePlatformDensity,
),
home: CubitProvider(
create: (context) => CounterCubit(),
child: HomePage(),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment