Created
October 16, 2022 15:34
-
-
Save FlutterWiz/22b0666927b5afe95a64795cee8d19f6 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() { | |
//configureDependencies() method is for the Dependenct Injection | |
configureDependencies(); | |
runApp(const AppWidget()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment