Created
August 1, 2020 19:01
-
-
Save guilherme-v/18c9104d53f59ce4e96e20a98b9d4bc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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