Skip to content

Instantly share code, notes, and snippets.

@utkarsh-UK
Last active November 23, 2020 05:45
Show Gist options
  • Save utkarsh-UK/6336bb4dc3af75a6d053e7e29bb1efa7 to your computer and use it in GitHub Desktop.
Save utkarsh-UK/6336bb4dc3af75a6d053e7e29bb1efa7 to your computer and use it in GitHub Desktop.
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Hive.initFlutter();
runApp(MyApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment