Skip to content

Instantly share code, notes, and snippets.

@jacobaraujo7
Created December 15, 2020 02:53
Show Gist options
  • Save jacobaraujo7/8f86b329ddf4bf0d51603edc3c1897e0 to your computer and use it in GitHub Desktop.
Save jacobaraujo7/8f86b329ddf4bf0d51603edc3c1897e0 to your computer and use it in GitHub Desktop.
class AppWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo with Modular',
theme: ThemeData(
primarySwatch: Colors.blue,
),
).modular(); //added this
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment