From abd89d0c8a7788e1f7ee9f5844c039f79f6be5b7 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 4 May 2016 13:37:23 -0700 Subject: [PATCH] Last literals get their types. Last fixes to get the repo running clean checking for annotations on list and map literals. --- packages/flutter_markdown/lib/src/markdown_style_raw.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_markdown/lib/src/markdown_style_raw.dart b/packages/flutter_markdown/lib/src/markdown_style_raw.dart index 4b694855bd..2bcac36083 100644 --- a/packages/flutter_markdown/lib/src/markdown_style_raw.dart +++ b/packages/flutter_markdown/lib/src/markdown_style_raw.dart @@ -100,7 +100,7 @@ class MarkdownStyleRaw { Map get styles => _styles; void _init() { - _styles = { + _styles = { 'a': a, 'p': p, 'li': p,