Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Last active April 12, 2019 07:34
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 Vanethos/fac1d9f6e3e524fcd063ab0fbff21565 to your computer and use it in GitHub Desktop.
Save Vanethos/fac1d9f6e3e524fcd063ab0fbff21565 to your computer and use it in GitHub Desktop.
routes: {
// other routes...
"/home": (context) =>
HomePageWidget(
bloc: InjectorWidget.of(context).getHomeBloc(forceCreate = true))},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment