Skip to content

Instantly share code, notes, and snippets.

@Sumit-Ghosh
Created February 16, 2022 19:30
Show Gist options
  • Save Sumit-Ghosh/a91eca592d5007c7d1c7d05e591dc459 to your computer and use it in GitHub Desktop.
Save Sumit-Ghosh/a91eca592d5007c7d1c7d05e591dc459 to your computer and use it in GitHub Desktop.
Widget _prepareLoginScreen() {
return BlocProvider(
create: (BuildContext context) {
return LoginBloc();
},
child: const LoginScreen(),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment