Skip to content

Instantly share code, notes, and snippets.

@VB10
Created June 27, 2019 19:01
Show Gist options
  • Save VB10/da23753beec9fdf3e50d9b6fc9fb7f96 to your computer and use it in GitHub Desktop.
Save VB10/da23753beec9fdf3e50d9b6fc9fb7f96 to your computer and use it in GitHub Desktop.
GetIt locator = GetIt();
void setupLocator() {
locator.registerSingleton(Api());
locator.registerSingleton(FeedApi());
locator.registerFactory(() => LoginModel());
locator.registerFactory(() => FeedModel());
locator.registerFactory(() => SplashModel());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment