Skip to content

Instantly share code, notes, and snippets.

@safademirel07
Created February 12, 2021 12:07
Show Gist options
  • Save safademirel07/2cacb2cc18d9692117cc94c1803f2491 to your computer and use it in GitHub Desktop.
Save safademirel07/2cacb2cc18d9692117cc94c1803f2491 to your computer and use it in GitHub Desktop.
firebase-dynamic-linking-tutorial-1
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
runApp(MyApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment