Skip to content

Commit 0c7d006

Browse files
committed
web setup to get assets right when building
1 parent 783a2b1 commit 0c7d006

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

pubspec.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,42 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0-nullsafety"
10+
version: "2.5.0-nullsafety.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.1.0-nullsafety"
17+
version: "2.1.0-nullsafety.1"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0-nullsafety.2"
24+
version: "1.1.0-nullsafety.3"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0-nullsafety"
31+
version: "1.2.0-nullsafety.1"
3232
clock:
3333
dependency: transitive
3434
description:
3535
name: clock
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.1.0-nullsafety"
38+
version: "1.1.0-nullsafety.1"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0-nullsafety.2"
45+
version: "1.15.0-nullsafety.3"
4646
confetti:
4747
dependency: "direct main"
4848
description:
@@ -77,7 +77,7 @@ packages:
7777
name: fake_async
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "1.1.0-nullsafety"
80+
version: "1.2.0-nullsafety.1"
8181
file:
8282
dependency: transitive
8383
description:
@@ -136,21 +136,21 @@ packages:
136136
name: matcher
137137
url: "https://pub.dartlang.org"
138138
source: hosted
139-
version: "0.12.10-nullsafety"
139+
version: "0.12.10-nullsafety.1"
140140
meta:
141141
dependency: transitive
142142
description:
143143
name: meta
144144
url: "https://pub.dartlang.org"
145145
source: hosted
146-
version: "1.3.0-nullsafety.2"
146+
version: "1.3.0-nullsafety.3"
147147
path:
148148
dependency: transitive
149149
description:
150150
name: path
151151
url: "https://pub.dartlang.org"
152152
source: hosted
153-
version: "1.8.0-nullsafety"
153+
version: "1.8.0-nullsafety.1"
154154
path_provider:
155155
dependency: transitive
156156
description:
@@ -232,56 +232,56 @@ packages:
232232
name: source_span
233233
url: "https://pub.dartlang.org"
234234
source: hosted
235-
version: "1.8.0-nullsafety"
235+
version: "1.8.0-nullsafety.2"
236236
stack_trace:
237237
dependency: transitive
238238
description:
239239
name: stack_trace
240240
url: "https://pub.dartlang.org"
241241
source: hosted
242-
version: "1.10.0-nullsafety"
242+
version: "1.10.0-nullsafety.1"
243243
stream_channel:
244244
dependency: transitive
245245
description:
246246
name: stream_channel
247247
url: "https://pub.dartlang.org"
248248
source: hosted
249-
version: "2.1.0-nullsafety"
249+
version: "2.1.0-nullsafety.1"
250250
string_scanner:
251251
dependency: transitive
252252
description:
253253
name: string_scanner
254254
url: "https://pub.dartlang.org"
255255
source: hosted
256-
version: "1.1.0-nullsafety"
256+
version: "1.1.0-nullsafety.1"
257257
term_glyph:
258258
dependency: transitive
259259
description:
260260
name: term_glyph
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "1.2.0-nullsafety"
263+
version: "1.2.0-nullsafety.1"
264264
test_api:
265265
dependency: transitive
266266
description:
267267
name: test_api
268268
url: "https://pub.dartlang.org"
269269
source: hosted
270-
version: "0.2.19-nullsafety"
270+
version: "0.2.19-nullsafety.2"
271271
typed_data:
272272
dependency: transitive
273273
description:
274274
name: typed_data
275275
url: "https://pub.dartlang.org"
276276
source: hosted
277-
version: "1.3.0-nullsafety.2"
277+
version: "1.3.0-nullsafety.3"
278278
vector_math:
279279
dependency: transitive
280280
description:
281281
name: vector_math
282282
url: "https://pub.dartlang.org"
283283
source: hosted
284-
version: "2.1.0-nullsafety.2"
284+
version: "2.1.0-nullsafety.3"
285285
xdg_directories:
286286
dependency: transitive
287287
description:
@@ -290,5 +290,5 @@ packages:
290290
source: hosted
291291
version: "0.1.0"
292292
sdks:
293-
dart: ">=2.10.0-0.0.dev <2.10.0"
293+
dart: ">=2.10.0-110 <=2.11.0-161.0.dev"
294294
flutter: ">=1.17.0 <2.0.0"

pubspec.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ flutter:
4949
uses-material-design: true
5050

5151
assets:
52-
- assets/background.jpg
53-
- assets/logo.png
52+
- assets/

web/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flutter.coffee

web/assets/background.jpg

639 KB
Loading

web/assets/logo.png

151 KB
Loading

0 commit comments

Comments
 (0)