Skip to content

Instantly share code, notes, and snippets.

@felangel
Created March 16, 2019 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felangel/d29f167867585ef1a437f1b966aa4fe9 to your computer and use it in GitHub Desktop.
Save felangel/d29f167867585ef1a437f1b966aa4fe9 to your computer and use it in GitHub Desktop.
[flutter_todos] main run app
void main() {
BlocSupervisor().delegate = SimpleBlocDelegate();
runApp(TodosApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment