diff --git a/flutter/web/.gitignore b/flutter/web/.gitignore index cee114d7e..716b75f62 100644 --- a/flutter/web/.gitignore +++ b/flutter/web/.gitignore @@ -2,8 +2,7 @@ assets js/src/gen_js_from_hbb.ts js/src/message.ts js/src/rendezvous.ts -ogvjs-1.8.6 +ogvjs* libopus.js libopus.wasm -yuv-canvas-1.2.6.js -.yarn \ No newline at end of file +yuv-canvas* \ No newline at end of file diff --git a/flutter/web/index.html b/flutter/web/index.html index 2c233600b..28990548d 100644 --- a/flutter/web/index.html +++ b/flutter/web/index.html @@ -1,5 +1,6 @@ + @@ -154,26 +158,27 @@ loadMainDartJs(); } - - + + - + // Initialize Firebase + firebase.initializeApp(firebaseConfig); + firebase.analytics(); + - + + \ No newline at end of file diff --git a/flutter/web/js/.gitignore b/flutter/web/js/.gitignore index 620c5689f..8737dbba5 100644 --- a/flutter/web/js/.gitignore +++ b/flutter/web/js/.gitignore @@ -6,3 +6,4 @@ dist-ssr *log ogvjs .vscode +.yarn diff --git a/flutter/web/js/index.html b/flutter/web/js/index.html index 0ae0a2410..06691f255 100644 --- a/flutter/web/js/index.html +++ b/flutter/web/js/index.html @@ -1,15 +1,16 @@ - - - - - - - Vite App - - -
- - - + + + + + + Vite App + + + +
+ + + + \ No newline at end of file diff --git a/flutter/web/assets/firebase-analytics.js b/flutter/web/libs/firebase-analytics.js similarity index 100% rename from flutter/web/assets/firebase-analytics.js rename to flutter/web/libs/firebase-analytics.js diff --git a/flutter/web/assets/firebase-app.js b/flutter/web/libs/firebase-app.js similarity index 100% rename from flutter/web/assets/firebase-app.js rename to flutter/web/libs/firebase-app.js diff --git a/flutter/web/yuv.js b/flutter/web/libs/yuv.js similarity index 100% rename from flutter/web/yuv.js rename to flutter/web/libs/yuv.js diff --git a/flutter/web/yuv.wasm b/flutter/web/libs/yuv.wasm similarity index 100% rename from flutter/web/yuv.wasm rename to flutter/web/libs/yuv.wasm