chore: upgrade flutter_markdown

This commit is contained in:
Rongjian Zhang 2020-01-28 23:44:25 +08:00
parent 4bf049a2e4
commit 06d8d28482
2 changed files with 6 additions and 6 deletions

View File

@ -94,12 +94,12 @@ class MarkdownView extends StatelessWidget {
blockSpacing: 16,
listIndent: 32,
listBullet: _basicStyle,
tableHead: _basicStyle,
// tableHead: _basicStyle,
tableBody: _basicStyle,
tableHeadAlign: TextAlign.center,
tableBorder: TableBorder.all(color: Colors.grey.shade300, width: 0),
tableColumnWidth: const FlexColumnWidth(),
tableCellsPadding: const EdgeInsets.fromLTRB(16, 8, 16, 8),
// tableHeadAlign: TextAlign.center,
// tableBorder: TableBorder.all(color: Colors.grey.shade300, width: 0),
// tableColumnWidth: const FlexColumnWidth(),
// tableCellsPadding: const EdgeInsets.fromLTRB(16, 8, 16, 8),
blockquotePadding: EdgeInsets.symmetric(horizontal: 16),
blockquoteDecoration: BoxDecoration(
border: Border(left: BorderSide(color: Color(0xffdfe2e5), width: 4)),

View File

@ -24,7 +24,7 @@ dependencies:
intl: ^0.16.0
url_launcher: ^5.0.2
uni_links: ^0.2.0
flutter_markdown: ^0.3.2
flutter_markdown: ^0.3.3
shared_preferences: ^0.5.6
share: ^0.6.0
flutter_svg: ^0.13.0