File tree 4 files changed +103
-5
lines changed
4 files changed +103
-5
lines changed Original file line number Diff line number Diff line change
1
+ gradle-wrapper.jar
2
+ /.gradle
3
+ /captures /
4
+ /gradlew
5
+ /gradlew.bat
6
+ /local.properties
7
+ GeneratedPluginRegistrant.java
Original file line number Diff line number Diff line change
1
+ * .mode1v3
2
+ * .mode2v3
3
+ * .moved-aside
4
+ * .pbxuser
5
+ * .perspectivev3
6
+ ** /* sync /
7
+ .sconsign.dblite
8
+ .tags *
9
+ ** /.vagrant /
10
+ ** /DerivedData /
11
+ Icon ?
12
+ ** /Pods /
13
+ ** /.symlinks /
14
+ profile
15
+ xcuserdata
16
+ ** /.generated /
17
+ Flutter /App.framework
18
+ Flutter /Flutter.framework
19
+ Flutter /Flutter.podspec
20
+ Flutter /Generated.xcconfig
21
+ Flutter /app.flx
22
+ Flutter /app.zip
23
+ Flutter /flutter_assets /
24
+ Flutter /flutter_export_environment.sh
25
+ ServiceDefinitions.json
26
+ Runner /GeneratedPluginRegistrant. *
27
+
28
+ # Exceptions to above rules.
29
+ ! default.mode1v3
30
+ ! default.mode2v3
31
+ ! default.pbxuser
32
+ ! default.perspectivev3
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
2
# See https://dart.dev/tools/pub/glossary#lockfile
3
3
packages:
4
+ archive:
5
+ dependency: transitive
6
+ description:
7
+ name: archive
8
+ url: "https://pub.dartlang.org"
9
+ source: hosted
10
+ version: "2.0.11"
11
+ args:
12
+ dependency: transitive
13
+ description:
14
+ name: args
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.5.2"
4
18
async:
5
19
dependency: transitive
6
20
description:
7
21
name: async
8
22
url: "https://pub.dartlang.org"
9
23
source: hosted
10
- version: "2.3 .0"
24
+ version: "2.4 .0"
11
25
boolean_selector:
12
26
dependency: transitive
13
27
description:
@@ -29,6 +43,20 @@ packages:
29
43
url: "https://pub.dartlang.org"
30
44
source: hosted
31
45
version: "1.14.11"
46
+ convert:
47
+ dependency: transitive
48
+ description:
49
+ name: convert
50
+ url: "https://pub.dartlang.org"
51
+ source: hosted
52
+ version: "2.1.1"
53
+ crypto:
54
+ dependency: transitive
55
+ description:
56
+ name: crypto
57
+ url: "https://pub.dartlang.org"
58
+ source: hosted
59
+ version: "2.1.3"
32
60
cupertino_icons:
33
61
dependency: "direct main"
34
62
description:
@@ -46,20 +74,27 @@ packages:
46
74
description: flutter
47
75
source: sdk
48
76
version: "0.0.0"
77
+ image:
78
+ dependency: transitive
79
+ description:
80
+ name: image
81
+ url: "https://pub.dartlang.org"
82
+ source: hosted
83
+ version: "2.1.4"
49
84
matcher:
50
85
dependency: transitive
51
86
description:
52
87
name: matcher
53
88
url: "https://pub.dartlang.org"
54
89
source: hosted
55
- version: "0.12.5 "
90
+ version: "0.12.6 "
56
91
meta:
57
92
dependency: transitive
58
93
description:
59
94
name: meta
60
95
url: "https://pub.dartlang.org"
61
96
source: hosted
62
- version: "1.1.7 "
97
+ version: "1.1.8 "
63
98
path:
64
99
dependency: transitive
65
100
description:
@@ -74,6 +109,13 @@ packages:
74
109
url: "https://pub.dartlang.org"
75
110
source: hosted
76
111
version: "1.8.0+1"
112
+ petitparser:
113
+ dependency: transitive
114
+ description:
115
+ name: petitparser
116
+ url: "https://pub.dartlang.org"
117
+ source: hosted
118
+ version: "2.4.0"
77
119
quiver:
78
120
dependency: transitive
79
121
description:
@@ -127,7 +169,7 @@ packages:
127
169
name: test_api
128
170
url: "https://pub.dartlang.org"
129
171
source: hosted
130
- version: "0.2.5 "
172
+ version: "0.2.11 "
131
173
typed_data:
132
174
dependency: transitive
133
175
description:
@@ -142,5 +184,12 @@ packages:
142
184
url: "https://pub.dartlang.org"
143
185
source: hosted
144
186
version: "2.0.8"
187
+ xml:
188
+ dependency: transitive
189
+ description:
190
+ name: xml
191
+ url: "https://pub.dartlang.org"
192
+ source: hosted
193
+ version: "3.5.0"
145
194
sdks:
146
- dart: ">=2.2.2 <3.0.0"
195
+ dart: ">=2.4.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > hello_world</ title >
6
+ </ head >
7
+ < body >
8
+ < script src ="main.dart.js " type ="application/javascript "> </ script >
9
+ </ body >
10
+ </ html >
You can’t perform that action at this time.
0 commit comments