File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed
packages/stream_chat_v1/web Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ jobs:
101101 with :
102102 channel : stable
103103 cache : true
104+ # https://github.com/flutter/flutter/issues/160127
105+ flutter-version : 3.24.5
104106
105107 - name : Copy production config
106108 run : echo "${{ secrets.PRODUCTION_CONFIG }}" > lib/app_config.dart
Original file line number Diff line number Diff line change 3232 < title > Stream Chat V1</ title >
3333 < link rel ="manifest " href ="manifest.json ">
3434
35- < script >
36- // The value below is injected by flutter build, do not touch.
37- var serviceWorkerVersion = null ;
38- </ script >
3935 <!-- This script adds the flutter initialization JS code -->
4036 < script defer src ="flutter.js "> </ script >
4137 < script defer src ="sql-wasm.js "> </ script >
4238</ head >
4339< body >
44- < script >
45- window . addEventListener ( 'load' , function ( ev ) {
46- // Download main.dart.js
47- _flutter . loader . loadEntrypoint ( {
48- serviceWorker : {
49- serviceWorkerVersion : serviceWorkerVersion ,
50- }
51- } ) . then ( function ( engineInitializer ) {
52- return engineInitializer . initializeEngine ( ) ;
53- } ) . then ( function ( appRunner ) {
54- return appRunner . runApp ( ) ;
55- } ) ;
56- } ) ;
57- </ script >
40+ < script src ="flutter_bootstrap.js " async > </ script >
5841</ body >
5942</ html >
6043
You can’t perform that action at this time.
0 commit comments