File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file tracks properties of this Flutter project.
22# Used by Flutter tool to assess capabilities and perform upgrades etc.
33#
4- # This file should be version controlled.
4+ # This file should be version controlled and should not be manually edited .
55
66version:
7- revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
8- channel: stable
7+ revision: "a14f74ff3a1cbd521163c5f03d68113d50af93d3"
8+ channel: " stable"
99
1010project_type: app
1111
1212# Tracks metadata for the flutter migrate command
1313migration:
1414 platforms:
1515 - platform: root
16- create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
17- base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
18- - platform: android
19- create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
20- base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
16+ create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
17+ base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
18+ - platform: web
19+ create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
20+ base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
2121
2222 # User provided section
2323
Original file line number Diff line number Diff line change 3131
3232 < title > example</ title >
3333 < link rel ="manifest " href ="manifest.json ">
34-
35- < script >
36- // The value below is injected by flutter build, do not touch.
37- var serviceWorkerVersion = null ;
38- </ script >
39- <!-- This script adds the flutter initialization JS code -->
40- < script src ="flutter.js " defer > </ script >
4134</ head >
4235< body >
43- < script >
44- window . addEventListener ( 'load' , function ( ev ) {
45- // Download main.dart.js
46- _flutter . loader . loadEntrypoint ( {
47- serviceWorker : {
48- serviceWorkerVersion : serviceWorkerVersion ,
49- }
50- } ) . then ( function ( engineInitializer ) {
51- return engineInitializer . initializeEngine ( ) ;
52- } ) . then ( function ( appRunner ) {
53- return appRunner . runApp ( ) ;
54- } ) ;
55- } ) ;
56- </ script >
36+ < script src ="flutter_bootstrap.js " async > </ script >
5737</ body >
5838</ html >
You can’t perform that action at this time.
0 commit comments