mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
docs: Fix broken links in Component Notifier examples (#2351)
Current source code links for Component Notifier and Component Notifier (with provider) return 404, this PR fixes it.
This commit is contained in:
@ -58,13 +58,14 @@ void addComponentsStories(Dashbook dashbook) {
|
||||
..add(
|
||||
'Component Notifier',
|
||||
(_) => const ComponentsNotifierExampleWidget(),
|
||||
codeLink: baseLink('components/component_notifier_example.dart'),
|
||||
codeLink: baseLink('components/components_notifier_example.dart'),
|
||||
info: ComponentsNotifierExampleWidget.description,
|
||||
)
|
||||
..add(
|
||||
'Component Notifier (with provider)',
|
||||
(_) => const ComponentsNotifierProviderExampleWidget(),
|
||||
codeLink: baseLink('components/component_notifier_provider_example.dart'),
|
||||
codeLink:
|
||||
baseLink('components/components_notifier_provider_example.dart'),
|
||||
info: ComponentsNotifierProviderExampleWidget.description,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user