Skip to content

Instantly share code, notes, and snippets.

@felangel
Created April 27, 2019 18:04
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/e281d2a80c0ff9e4e6ae8346e5bf2e8f to your computer and use it in GitHub Desktop.
Save felangel/e281d2a80c0ff9e4e6ae8346e5bf2e8f to your computer and use it in GitHub Desktop.
[flutter_firebase_login] App (3)
import 'package:flutter_firebase_login/simple_bloc_delegate.dart';
main() {
BlocSupervisor().delegate = SimpleBlocDelegate();
runApp(App());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment