mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 08:34:31 +08:00
Fix Gallery example code display initialization (#6176)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user