Merge branch 'main' of https://github.com/krille-chan/fluffychat into confirm-unpin
This commit is contained in:
commit
eb40c176f2
3 changed files with 13 additions and 7 deletions
|
|
@ -3386,5 +3386,11 @@
|
|||
"approve": "Aprobar",
|
||||
"@approve": {},
|
||||
"youHaveKnocked": "Has sido golpeado",
|
||||
"@youHaveKnocked": {}
|
||||
"@youHaveKnocked": {},
|
||||
"customReaction": "Reacción personalizada",
|
||||
"@customReaction": {},
|
||||
"moreEvents": "Más eventos",
|
||||
"@moreEvents": {},
|
||||
"declineInvitation": "Rechazar invitación",
|
||||
"@declineInvitation": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -625,10 +625,10 @@ packages:
|
|||
dependency: "direct dev"
|
||||
description:
|
||||
name: flutter_native_splash
|
||||
sha256: "7062602e0dbd29141fb8eb19220b5871ca650be5197ab9c1f193a28b17537bc7"
|
||||
sha256: "8321a6d11a8d13977fa780c89de8d257cce3d841eecfb7a4cadffcc4f12d82dc"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.4.4"
|
||||
version: "2.4.6"
|
||||
flutter_new_badger:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
@ -867,10 +867,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: go_router
|
||||
sha256: c489908a54ce2131f1d1b7cc631af9c1a06fac5ca7c449e959192089f9489431
|
||||
sha256: "8b1f37dfaf6e958c6b872322db06f946509433bec3de753c3491a42ae9ec2b48"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "16.0.0"
|
||||
version: "16.1.0"
|
||||
gsettings:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ dependencies:
|
|||
flutter_web_auth_2: ^3.1.1 # Version 4 blocked by https://github.com/MixinNetwork/flutter-plugins/issues/379
|
||||
flutter_webrtc: ^1.0.0
|
||||
geolocator: ^14.0.2
|
||||
go_router: ^16.0.0
|
||||
go_router: ^16.1.0
|
||||
handy_window: ^0.4.0
|
||||
html: ^0.15.4
|
||||
http: ^1.2.0
|
||||
|
|
@ -91,7 +91,7 @@ dependencies:
|
|||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^3.0.0
|
||||
flutter_native_splash: ^2.0.3+1
|
||||
flutter_native_splash: ^2.4.6
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
import_sorter: ^4.6.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue