Skip to content

Commit

Permalink
fix(app): Add custom bootstrapping to bring back web color emojis
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Aug 14, 2024
1 parent e9f1a88 commit c7c1df4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/app/web/flutter_bootstrap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{flutter_js}}
{{flutter_build_config}}

_flutter.loader.load({
onEntrypointLoaded: async function(engineInitializer) {
const appRunner = await engineInitializer.initializeEngine({
useColorEmoji: true,
});

await appRunner.runApp();
}
});

0 comments on commit c7c1df4

Please sign in to comment.