Skip to content

Commit 9fe41ee

Browse files
committed
fix refs
1 parent 2023c4d commit 9fe41ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/generated-code/flutterflow-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ FlutterFlow automatically generates the `flutter_flow_model.dart` file, which co
1313
The diagram below illustrates how these utility classes and methods are utilized in a widget or model class:
1414

1515

16-
![page-generated.png](imgs%2Fpage-generated.png)
16+
![page-generated.png](imgs/page-generated.png)
1717

1818
When a component is added to your page (and every component you create [generates both a widget and a model class)](component-gen-code.md), the flow below explains how the utility classes are used when there is a child component:
1919

20-
![page-component-generated.png](imgs%2Fpage-component-generated.png)
20+
![page-component-generated.png](imgs/page-component-generated.png)
2121

2222
<p></p>
2323

0 commit comments

Comments
 (0)