Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created October 16, 2022 15:34
Show Gist options
  • Save FlutterWiz/22b0666927b5afe95a64795cee8d19f6 to your computer and use it in GitHub Desktop.
Save FlutterWiz/22b0666927b5afe95a64795cee8d19f6 to your computer and use it in GitHub Desktop.
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