chore(ui): update dependencies

This commit is contained in:
Salvatore Giordano
2021-10-05 09:51:05 +02:00
parent b70e385c0f
commit ef3cbe3833
2 changed files with 7 additions and 4 deletions
@@ -384,6 +384,9 @@ class MessageInputState extends State<MessageInput> {
Timer? _slowModeTimer;
void _startSlowMode() {
if (!mounted) {
return;
}
final channel = StreamChannel.of(context).channel;
final cooldownStartedAt = channel.cooldownStartedAt;
if (cooldownStartedAt != null) {
+4 -4
View File
@@ -17,7 +17,7 @@ dependencies:
diacritic: ^0.1.3
dio: ^4.0.0
ezanimation: ^0.5.0
file_picker: ^3.0.1
file_picker: ^4.1.3
flutter:
sdk: flutter
flutter_markdown: ^0.6.1
@@ -25,7 +25,7 @@ dependencies:
flutter_slidable: ^0.6.0
flutter_svg: ^0.22.0
http_parser: ^4.0.0
image_gallery_saver: ^1.6.9
image_gallery_saver: ^1.7.0
image_picker: ^0.8.2
jiffy: ^4.1.0
lottie: ^1.0.1
@@ -43,7 +43,7 @@ dependencies:
url_launcher: ^6.0.3
video_compress: ^3.0.0
video_player: ^2.1.0
video_thumbnail: ^0.3.3
video_thumbnail: ^0.4.3
visibility_detector: ^0.2.0
flutter:
@@ -57,7 +57,7 @@ flutter:
dev_dependencies:
flutter_test:
sdk: flutter
golden_toolkit: ^0.9.0
golden_toolkit: ^0.10.0
mocktail: ^0.1.2
path: ^1.8.0
pedantic: ^1.11.0