Skip to content

Commit e2abf07

Browse files
committed
fix anchors
1 parent 527a2b5 commit e2abf07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ff-concepts/adding-customization/custom-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Flow.
123123
To learn more about Custom Action settings, such as the
124124
[**Exclude From Compilation toggle**](custom-code.md#exclude-from-compilation),
125125
[**Include Build Context toggle**](custom-code.md#include-buildcontext),
126-
and other properties like [**Callback Actions**](custom-code.md#add-a-callback-action),
126+
and other properties like [**Callback Actions**](custom-code.md#callback-action-as-parameter),
127127
[**Pubspec Dependencies**](custom-code.md#adding-a-pubspec-dependency), please check out this
128128
[**comprehensive guide**](custom-code.md).
129129
:::

docs/ff-concepts/adding-customization/custom-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ one.
295295

296296
![Dependency-score.png](imgs/Dependency-score.png)
297297

298-
When adding a pubspec dependency to your custom code in FlutterFlow, you’ll need two pieces of information: the [package name with its version number](#copy-package-name--version) and the [import statement](#copying-import-statement).
298+
When adding a pubspec dependency to your custom code in FlutterFlow, you’ll need two pieces of [information](#setup-code): the Package name with its Version number and the Import statement.
299299

300300
### Setup Code
301301
To configure your custom code with the package, copy and paste the following items from the package's pub.dev page:

docs/ff-concepts/adding-customization/custom-widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ FlutterFlow also allows you to view your custom widget once it is successfully c
174174
:::tip[LOOKING for other CUSTOM action properties?]
175175
To learn more about Custom Widget settings, such as the
176176
[**Exclude From Compilation toggle**](custom-code.md#exclude-from-compilation),
177-
and other properties like [**Callback Actions**](custom-code.md#add-a-callback-action),
177+
and other properties like [**Callback Actions**](custom-code.md#callback-action-as-parameter),
178178
[**Pub Dependencies**](custom-code.md#adding-a-pubspec-dependency), please check out this
179179
[**comprehensive guide**](custom-code.md).
180180
:::

0 commit comments

Comments
 (0)