update dependencies

This commit is contained in:
Salvatore Giordano
2020-10-28 14:46:43 +01:00
parent f361d7f7f5
commit fc52942dab
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.example"
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
+1 -1
View File
@@ -1,6 +1,6 @@
name: example
description: A new Flutter project.
version: 1.0.33+35
version: 1.0.34+36
environment:
sdk: ">=2.2.2 <3.0.0"
+1 -1
View File
@@ -24,7 +24,7 @@ class MessageText extends StatelessWidget {
final text = _replaceMentions(message.text);
return MarkdownBody(
data: text,
onTapLink: (link) {
onTapLink: (text, link, title) {
if (link.startsWith('@')) {
final mentionedUser = message.mentionedUsers.firstWhere(
(u) => '@${u.name.replaceAll(' ', '')}' == link,
+3 -3
View File
@@ -17,11 +17,11 @@ dependencies:
jiffy: ^3.0.1
flutter_portal: ^0.3.0
cached_network_image: ^2.2.0+1
flutter_markdown: ^0.4.2
flutter_markdown: ^0.5.0
url_launcher: ^5.4.11
video_player: ^0.10.11+1
video_player: ^0.10.12+5
chewie: ^0.9.10
file_picker: ^2.0.0
file_picker: ^2.0.8+1
image_picker: ^0.6.7+2
flutter_keyboard_visibility: ^3.2.1
stream_chat: ^0.2.10