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> {
@override
void initState() {
super.initState();
void dependenciesChanged() {
_buildMarkdownCache();
super.dependenciesChanged();
}
@override