mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 08:54:08 +00:00
update dependencies
This commit is contained in:
parent
8c2e568775
commit
0495f7326f
4 changed files with 11 additions and 20 deletions
|
|
@ -12,6 +12,9 @@ dependencies:
|
||||||
blurhash_dart:
|
blurhash_dart:
|
||||||
git: https://github.com/justacid/blurhash-dart.git
|
git: https://github.com/justacid/blurhash-dart.git
|
||||||
tag: v1.2.1
|
tag: v1.2.1
|
||||||
|
emoji_picker_flutter:
|
||||||
|
git: https://github.com/otsmr/emoji_picker_flutter.git
|
||||||
|
commit: 47ddf705fb4840d6fbe305b79e896666dda7b0d5
|
||||||
exif:
|
exif:
|
||||||
git: https://github.com/bigflood/dartexif.git
|
git: https://github.com/bigflood/dartexif.git
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
@ -72,9 +75,6 @@ dependencies:
|
||||||
photo_view:
|
photo_view:
|
||||||
git: https://github.com/bluefireteam/photo_view.git
|
git: https://github.com/bluefireteam/photo_view.git
|
||||||
commit: a13ca2fc387a3fb1276126959e092c44d0029987
|
commit: a13ca2fc387a3fb1276126959e092c44d0029987
|
||||||
pro_video_editor:
|
|
||||||
git: https://github.com/hm21/pro_video_editor.git
|
|
||||||
tag: v2.11.3
|
|
||||||
qr_flutter:
|
qr_flutter:
|
||||||
git: https://github.com/theyakka/qr.flutter.git
|
git: https://github.com/theyakka/qr.flutter.git
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 50cc5cb69dd91a5c626534fe4c015e50d2a0a486
|
Subproject commit 17d101801f02cfeaa2a175083111a59fa6d6822c
|
||||||
10
pubspec.lock
10
pubspec.lock
|
|
@ -407,12 +407,10 @@ packages:
|
||||||
emoji_picker_flutter:
|
emoji_picker_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "dependencies/emoji_picker_flutter"
|
||||||
ref: "23a0595f7dde50728afce917c1c58f284ccbb495"
|
relative: true
|
||||||
resolved-ref: "23a0595f7dde50728afce917c1c58f284ccbb495"
|
source: path
|
||||||
url: "https://github.com/otsmr/emoji_picker_flutter.git"
|
version: "4.5.3"
|
||||||
source: git
|
|
||||||
version: "4.4.0"
|
|
||||||
exif:
|
exif:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
13
pubspec.yaml
13
pubspec.yaml
|
|
@ -66,10 +66,6 @@ dependencies:
|
||||||
flutter_local_notifications: ^19.1.0
|
flutter_local_notifications: ^19.1.0
|
||||||
sentry_flutter: ^9.14.0
|
sentry_flutter: ^9.14.0
|
||||||
|
|
||||||
|
|
||||||
# Overwritten by self-controlled repository
|
|
||||||
emoji_picker_flutter: ^4.3.0
|
|
||||||
|
|
||||||
# With high download. (But should be checked nonetheless.)
|
# With high download. (But should be checked nonetheless.)
|
||||||
app_links: ^7.0.0 # 1.6 mio
|
app_links: ^7.0.0 # 1.6 mio
|
||||||
flutter_secure_storage: ^10.3.1 # 1.85 mio
|
flutter_secure_storage: ^10.3.1 # 1.85 mio
|
||||||
|
|
@ -92,6 +88,7 @@ dependencies:
|
||||||
audio_waveforms: ^2.0.2
|
audio_waveforms: ^2.0.2
|
||||||
avatar_maker: ^1.5.0
|
avatar_maker: ^1.5.0
|
||||||
blurhash_dart: ^1.2.1
|
blurhash_dart: ^1.2.1
|
||||||
|
emoji_picker_flutter: ^4.5.3
|
||||||
exif: ^3.3.0
|
exif: ^3.3.0
|
||||||
sprintf: ^7.0.0
|
sprintf: ^7.0.0
|
||||||
flutter_blurhash: ^0.9.1
|
flutter_blurhash: ^0.9.1
|
||||||
|
|
@ -118,12 +115,6 @@ dependencies:
|
||||||
|
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
emoji_picker_flutter:
|
|
||||||
# Fixes the issue with recent emojis (solved by https://github.com/Fintasys/emoji_picker_flutter/pull/238)
|
|
||||||
# Using override until this gets merged.
|
|
||||||
git:
|
|
||||||
url: https://github.com/otsmr/emoji_picker_flutter.git
|
|
||||||
ref: 23a0595f7dde50728afce917c1c58f284ccbb495
|
|
||||||
flutter_android_volume_keydown:
|
flutter_android_volume_keydown:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/yenchieh/flutter_android_volume_keydown.git
|
url: https://github.com/yenchieh/flutter_android_volume_keydown.git
|
||||||
|
|
@ -136,6 +127,8 @@ dependency_overrides:
|
||||||
path: ./dependencies/avatar_maker
|
path: ./dependencies/avatar_maker
|
||||||
blurhash_dart:
|
blurhash_dart:
|
||||||
path: ./dependencies/blurhash_dart
|
path: ./dependencies/blurhash_dart
|
||||||
|
emoji_picker_flutter:
|
||||||
|
path: ./dependencies/emoji_picker_flutter
|
||||||
exif:
|
exif:
|
||||||
path: ./dependencies/exif
|
path: ./dependencies/exif
|
||||||
sprintf:
|
sprintf:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue