File tree 2 files changed +9
-29
lines changed
2 files changed +9
-29
lines changed Original file line number Diff line number Diff line change 1
1
# This file tracks properties of this Flutter project.
2
2
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3
3
#
4
- # This file should be version controlled.
4
+ # This file should be version controlled and should not be manually edited .
5
5
6
6
version:
7
- revision: f468f3366c26a5092eb964a230ce7892fda8f2f8
8
- channel: stable
7
+ revision: "a14f74ff3a1cbd521163c5f03d68113d50af93d3"
8
+ channel: " stable"
9
9
10
10
project_type: app
11
11
12
12
# Tracks metadata for the flutter migrate command
13
13
migration:
14
14
platforms:
15
15
- 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
21
21
22
22
# User provided section
23
23
Original file line number Diff line number Diff line change 31
31
32
32
< title > example</ title >
33
33
< 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 >
41
34
</ head >
42
35
< 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 >
57
37
</ body >
58
38
</ html >
You can’t perform that action at this time.
0 commit comments