Skip to content

Instantly share code, notes, and snippets.

@masterwok
Created December 15, 2021 05:23
Show Gist options
  • Save masterwok/65facd45925c96a3cdf24495937e214e to your computer and use it in GitHub Desktop.
Save masterwok/65facd45925c96a3cdf24495937e214e to your computer and use it in GitHub Desktop.
Future<void> main() async {
// This must be invoked before reading the configuration.
WidgetsFlutterBinding.ensureInitialized();
final config = await Config.from("assets/config.yaml");
runApp(const FooApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment