mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Bump flutter_markdown
This commit is contained in:
@ -80,7 +80,7 @@ class NoteViewer extends StatelessWidget {
|
|||||||
data: note.body,
|
data: note.body,
|
||||||
// selectable: false, -> making this true breaks link navigation
|
// selectable: false, -> making this true breaks link navigation
|
||||||
styleSheet: markdownStyleSheet,
|
styleSheet: markdownStyleSheet,
|
||||||
onTapLink: (String link) async {
|
onTapLink: (String _, String link, String __) async {
|
||||||
final linkResolver = LinkResolver(note);
|
final linkResolver = LinkResolver(note);
|
||||||
|
|
||||||
var linkedNote = linkResolver.resolve(link);
|
var linkedNote = linkResolver.resolve(link);
|
||||||
|
@ -388,7 +388,7 @@ packages:
|
|||||||
name: flutter_markdown
|
name: flutter_markdown
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.4.3"
|
version: "0.5.1"
|
||||||
flutter_plugin_android_lifecycle:
|
flutter_plugin_android_lifecycle:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -37,7 +37,7 @@ dependencies:
|
|||||||
firebase_analytics: ^6.2.0
|
firebase_analytics: ^6.2.0
|
||||||
flutter_email_sender: ^3.0.1
|
flutter_email_sender: ^3.0.1
|
||||||
flutter_emoji: ">= 2.0.0"
|
flutter_emoji: ">= 2.0.0"
|
||||||
flutter_markdown: ^0.4.3
|
flutter_markdown: ^0.5.1
|
||||||
flutter_plugin_android_lifecycle: ^1.0.8 # for fixing the build
|
flutter_plugin_android_lifecycle: ^1.0.8 # for fixing the build
|
||||||
flutter_sentry: ^0.4.4
|
flutter_sentry: ^0.4.4
|
||||||
flutter_staggered_grid_view: ^0.3.0
|
flutter_staggered_grid_view: ^0.3.0
|
||||||
|
Reference in New Issue
Block a user