Merge pull request #1623 from krille-chan/krille/update-dependencies-flutter-3-29
build: Update dependencies to remove more flutter android v1 references
This commit is contained in:
commit
9cd9752c6b
2 changed files with 21 additions and 12 deletions
19
pubspec.lock
19
pubspec.lock
|
|
@ -701,11 +701,12 @@ packages:
|
|||
flutter_web_auth_2:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_web_auth_2
|
||||
sha256: "4d3d2fd3d26bf1a26b3beafd4b4b899c0ffe10dc99af25abc58ffe24e991133c"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.1.2"
|
||||
path: flutter_web_auth_2
|
||||
ref: "3.x-without-v1"
|
||||
resolved-ref: "48682f19576001e50104a602d891343850adb67f"
|
||||
url: "https://github.com/ThexXTURBOXx/flutter_web_auth_2.git"
|
||||
source: git
|
||||
version: "3.1.2-without-v1"
|
||||
flutter_web_auth_2_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -1189,8 +1190,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: HEAD
|
||||
resolved-ref: d76335e2039c041585df8103f5d4f5924e9e2add
|
||||
ref: "krille/remove-deprecated-flutter-v1-plugin"
|
||||
resolved-ref: "7cd8ef2fedd7f0bef5549b285d63ddb08865d4c1"
|
||||
url: "https://github.com/famedly/dart_native_imaging.git"
|
||||
source: git
|
||||
version: "0.1.1"
|
||||
|
|
@ -2115,10 +2116,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: video_compress
|
||||
sha256: "5b42d89f3970c956bad7a86c29682b0892c11a4ddf95ae6e29897ee28788e377"
|
||||
sha256: "31bc5cdb9a02ba666456e5e1907393c28e6e0e972980d7d8d619a7beda0d4f20"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.1.3"
|
||||
version: "3.1.4"
|
||||
video_player:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
|||
14
pubspec.yaml
14
pubspec.yaml
|
|
@ -61,7 +61,9 @@ dependencies:
|
|||
matrix: ^0.38.0
|
||||
mime: ^1.0.6
|
||||
native_imaging:
|
||||
git: https://github.com/famedly/dart_native_imaging.git
|
||||
git:
|
||||
url: https://github.com/famedly/dart_native_imaging.git
|
||||
ref: krille/remove-deprecated-flutter-v1-plugin
|
||||
opus_caf_converter_dart: ^1.0.1
|
||||
package_info_plus: ^8.0.2
|
||||
pasteboard: ^0.2.0
|
||||
|
|
@ -87,8 +89,8 @@ dependencies:
|
|||
unifiedpush_ui: ^0.1.0
|
||||
universal_html: ^2.2.4
|
||||
url_launcher: ^6.2.5
|
||||
video_compress: ^3.1.3
|
||||
video_player: ^2.8.5
|
||||
video_compress: ^3.1.4
|
||||
video_player: ^2.9.2
|
||||
wakelock_plus: ^1.2.2
|
||||
webrtc_interface: ^1.0.13
|
||||
|
||||
|
|
@ -152,4 +154,10 @@ msix_config:
|
|||
install_certificate: false
|
||||
|
||||
dependency_overrides:
|
||||
# https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/155
|
||||
flutter_web_auth_2:
|
||||
git:
|
||||
url: https://github.com/ThexXTURBOXx/flutter_web_auth_2.git
|
||||
ref: 3.x-without-v1
|
||||
path: flutter_web_auth_2
|
||||
win32: 5.5.3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue