Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Jun 8, 2024
1 parent eafa2df commit 194fd04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/aliyun_oss/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://www.kjxbyz.com/flutterfleet
repository: https://github.com/FlutterFleet/FlutterFleet/tree/main/packages/flutter_aliyun_oss

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.4.3 <4.0.0"

dependencies:
path: ^1.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/minio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://www.kjxbyz.com/flutterfleet
repository: https://github.com/FlutterFleet/FlutterFleet/tree/main/packages/minio

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.4.3 <4.0.0"

dependencies:
buffer: ^1.2.3
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ packages:
source: hosted
version: "2.8.1"
video_player_android:
dependency: "direct main"
dependency: transitive
description:
name: video_player_android
sha256: "9529001630e42988f755772972d5014d30121610700e8e502278a245939f8fc8"
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies:
minio: # add dart 3.4.x support
path: ./packages/minio
package_info_plus: ^8.0.0
path: ^1.8.3
path: ^1.9.0
path_provider: ^2.1.3
permission_handler: ^11.3.1
photo_view: ^0.15.0
Expand All @@ -110,7 +110,6 @@ dependencies:
url_launcher: ^6.3.0
uuid: ^4.4.0
version: ^3.0.2
video_player_android: ^2.4.16 # AGP 8 compatibility
# watcher: ^1.1.0 # https://github.com/dart-lang/sdk/issues/52027
wechat_assets_picker: ^9.0.4
wechat_camera_picker: ^4.2.2
Expand Down

0 comments on commit 194fd04

Please sign in to comment.