mirror of
https://github.com/git-touch/git-touch
synced 2025-02-01 08:26:53 +01:00
build: upgrade flutter_markdown
This commit is contained in:
parent
003263d955
commit
ad7b9f2e27
@ -116,11 +116,11 @@ class MarkdownView extends StatelessWidget {
|
||||
img: _basicStyle,
|
||||
blockSpacing: 16,
|
||||
listIndent: 32,
|
||||
blockquotePadding: 16, // FIXME: only horizontal
|
||||
blockquotePadding: EdgeInsets.symmetric(horizontal: 16),
|
||||
blockquoteDecoration: BoxDecoration(
|
||||
border: Border(left: BorderSide(color: Color(0xffdfe2e5), width: 4)),
|
||||
),
|
||||
codeblockPadding: 16,
|
||||
codeblockPadding: EdgeInsets.all(16),
|
||||
codeblockDecoration: BoxDecoration(
|
||||
color: PrimerColors.gray100,
|
||||
borderRadius: BorderRadius.circular(3),
|
||||
|
@ -25,7 +25,7 @@ dependencies:
|
||||
intl: ^0.16.0
|
||||
url_launcher: ^5.0.2
|
||||
uni_links: ^0.1.4
|
||||
flutter_markdown: ^0.2.0
|
||||
flutter_markdown: ^0.3.0
|
||||
shared_preferences: ^0.5.0
|
||||
share: ^0.6.0
|
||||
flutter_svg: ^0.13.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user