|
|
@@ -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:
|