Bläddra i källkod

[feat]1.升级版本号102

云天逵 7 månader sedan
förälder
incheckning
4642d4650d
1 ändrade filer med 7 tillägg och 1 borttagningar
  1. 7 1
      pubspec.yaml

+ 7 - 1
pubspec.yaml

@@ -3,7 +3,7 @@ description: "A new Flutter project."
 
 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 
-version: 1.0.0+1
+version: 1.0.0+102
 
 environment:
   sdk: ^3.7.0
@@ -104,6 +104,8 @@ dependencies:
   # 基于video_player的封装库,能自定义UI
   chewie: ^1.11.3
 
+
+
   #QR
   qr_flutter: ^4.1.0
 
@@ -163,6 +165,10 @@ dependencies:
 
 
   cupertino_icons: ^1.0.8
+dependency_overrides:
+  video_player_android:
+    git:
+      url: https://github.com/dennisstromberg/video_player_android.git
 
 dev_dependencies:
   flutter_test: