mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 07:08:10 +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> {
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
void dependenciesChanged() {
|
||||
_buildMarkdownCache();
|
||||
super.dependenciesChanged();
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user