Skip to content

Commit b7312b2

Browse files
committed
Update files
1 parent 77f7e31 commit b7312b2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

demo_app/integration_test/auto_resize_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ void main() {
1313
child: VideoPlayer(
1414
'https://files.daohoangson.com/public/fwfh/flower.mp4',
1515
aspectRatio: 1,
16-
loadingBuilder:
17-
(_, _, _) => const Center(child: CircularProgressIndicator()),
16+
loadingBuilder: (_, __, ___) =>
17+
const Center(child: CircularProgressIndicator()),
1818
),
1919
);
2020

demo_app/pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,14 @@ packages:
294294
path: "../packages/enhanced"
295295
relative: true
296296
source: path
297-
version: "0.15.3"
297+
version: "0.16.0"
298298
flutter_widget_from_html_core:
299299
dependency: "direct main"
300300
description:
301301
path: "../packages/core"
302302
relative: true
303303
source: path
304-
version: "0.15.2"
304+
version: "0.16.0"
305305
frontend_server_client:
306306
dependency: transitive
307307
description:
@@ -316,42 +316,42 @@ packages:
316316
path: "../packages/fwfh_cached_network_image"
317317
relative: true
318318
source: path
319-
version: "0.14.3"
319+
version: "0.16.0"
320320
fwfh_chewie:
321321
dependency: "direct main"
322322
description:
323323
path: "../packages/fwfh_chewie"
324324
relative: true
325325
source: path
326-
version: "0.14.8"
326+
version: "0.16.0"
327327
fwfh_just_audio:
328328
dependency: "direct overridden"
329329
description:
330330
path: "../packages/fwfh_just_audio"
331331
relative: true
332332
source: path
333-
version: "0.15.2"
333+
version: "0.16.0"
334334
fwfh_svg:
335335
dependency: "direct overridden"
336336
description:
337337
path: "../packages/fwfh_svg"
338338
relative: true
339339
source: path
340-
version: "0.8.3"
340+
version: "0.16.0"
341341
fwfh_url_launcher:
342342
dependency: "direct overridden"
343343
description:
344344
path: "../packages/fwfh_url_launcher"
345345
relative: true
346346
source: path
347-
version: "0.9.1"
347+
version: "0.16.0"
348348
fwfh_webview:
349349
dependency: "direct main"
350350
description:
351351
path: "../packages/fwfh_webview"
352352
relative: true
353353
source: path
354-
version: "0.15.3"
354+
version: "0.15.4"
355355
glob:
356356
dependency: transitive
357357
description:
@@ -1169,10 +1169,10 @@ packages:
11691169
dependency: transitive
11701170
description:
11711171
name: win32
1172-
sha256: daf97c9d80197ed7b619040e86c8ab9a9dad285e7671ee7390f9180cc828a51e
1172+
sha256: b89e6e24d1454e149ab20fbb225af58660f0c0bf4475544650700d8e2da54aef
11731173
url: "https://pub.dev"
11741174
source: hosted
1175-
version: "5.10.1"
1175+
version: "5.11.0"
11761176
xdg_directories:
11771177
dependency: transitive
11781178
description:

0 commit comments

Comments
 (0)