Skip to content

Instantly share code, notes, and snippets.

@guilherme-v
Created August 1, 2020 19:01
Show Gist options
  • Save guilherme-v/18c9104d53f59ce4e96e20a98b9d4bc4 to your computer and use it in GitHub Desktop.
Save guilherme-v/18c9104d53f59ce4e96e20a98b9d4bc4 to your computer and use it in GitHub Desktop.
void main() async {
// Do not include it when building for production
Stetho.initialize();
// Run the app
runApp(MyApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment