Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created June 18, 2022 12:31
Show Gist options
  • Save FlutterWiz/a6451cf7abbedcd9cc3373ad75167689 to your computer and use it in GitHub Desktop.
Save FlutterWiz/a6451cf7abbedcd9cc3373ad75167689 to your computer and use it in GitHub Desktop.
void main() {
runApp(
ProviderScope(
child: Sizer(
builder: (context, orientation, deviceType) {
return const AppWidget();
},
),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment