Skip to content

Instantly share code, notes, and snippets.

@felangel
Created June 18, 2019 05: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 felangel/c2564170b388e5554df9e7ddeeb9895b to your computer and use it in GitHub Desktop.
Save felangel/c2564170b388e5554df9e7ddeeb9895b to your computer and use it in GitHub Desktop.
[flutter_bloc_hydrated_weather] Simple HydratedBlocDelegate initialization
import 'package:bloc/bloc.dart';
import 'package:hydrated_bloc/hydrated_bloc.dart';
void main() async {
BlocSupervisor.delegate = await HydratedBlocDelegate.build();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment