Fix Gallery example code display initialization (#6176)

This commit is contained in:
Hans Muller
2016-10-03 12:00:01 -07:00
committed by GitHub
parent ee22f1d416
commit a8f9d89c40

View File

@ -130,9 +130,9 @@ class MarkdownBodyRaw extends StatefulWidget {
class _MarkdownBodyRawState extends State<MarkdownBodyRaw> { class _MarkdownBodyRawState extends State<MarkdownBodyRaw> {
@override @override
void initState() { void dependenciesChanged() {
super.initState();
_buildMarkdownCache(); _buildMarkdownCache();
super.dependenciesChanged();
} }
@override @override