Skip to content

Commit c7bd92f

Browse files
authored
chore: updated dependency constraints to support lower bounds (#31)
* chore: updated dependency constraints to support lower bounds * chore: updated dependencies to latest
1 parent fe4b64e commit c7bd92f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

example/pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ packages:
190190
dependency: transitive
191191
description:
192192
name: path_provider_android
193-
sha256: a248d8146ee5983446bf03ed5ea8f6533129a12b11f12057ad1b4a67a2b3b41d
193+
sha256: "9c96da072b421e98183f9ea7464898428e764bc0ce5567f27ec8693442e72514"
194194
url: "https://pub.dev"
195195
source: hosted
196-
version: "2.2.4"
196+
version: "2.2.5"
197197
path_provider_foundation:
198198
dependency: transitive
199199
description:
@@ -230,10 +230,10 @@ packages:
230230
dependency: transitive
231231
description:
232232
name: platform
233-
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
233+
sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65"
234234
url: "https://pub.dev"
235235
source: hosted
236-
version: "3.1.4"
236+
version: "3.1.5"
237237
plugin_platform_interface:
238238
dependency: transitive
239239
description:
@@ -339,10 +339,10 @@ packages:
339339
dependency: transitive
340340
description:
341341
name: video_player_android
342-
sha256: "134e1ad410d67e18a19486ed9512c72dfc6d8ffb284d0e8f2e99e903d1ba8fa3"
342+
sha256: "9529001630e42988f755772972d5014d30121610700e8e502278a245939f8fc8"
343343
url: "https://pub.dev"
344344
source: hosted
345-
version: "2.4.14"
345+
version: "2.5.0"
346346
video_player_avfoundation:
347347
dependency: transitive
348348
description:
@@ -363,10 +363,10 @@ packages:
363363
dependency: transitive
364364
description:
365365
name: video_player_web
366-
sha256: "41245cef5ef29c4585dbabcbcbe9b209e34376642c7576cabf11b4ad9289d6e4"
366+
sha256: ff4d69a6614b03f055397c27a71c9d3ddea2b2a23d71b2ba0164f59ca32b8fe2
367367
url: "https://pub.dev"
368368
source: hosted
369-
version: "2.3.0"
369+
version: "2.3.1"
370370
web:
371371
dependency: transitive
372372
description:
@@ -393,4 +393,4 @@ packages:
393393
version: "1.0.4"
394394
sdks:
395395
dart: ">=3.4.0 <4.0.0"
396-
flutter: ">=3.19.0"
396+
flutter: ">=3.22.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
html: ^0.15.0
1717
video_player_android: ^2.0.0
1818
video_player_avfoundation: ^2.0.0
19-
video_player_platform_interface: ^6.0.0
19+
video_player_platform_interface: ^6.1.0
2020
video_player_web: ^2.0.0
2121

2222
dev_dependencies:

0 commit comments

Comments
 (0)