Skip to content

Commit 44f950a

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main' into rewrite/google-analytics
2 parents f5fb77a + 1ff69b8 commit 44f950a

19 files changed

+957
-176
lines changed

docs/ff-concepts/adding-customization/configuration-files.md

Lines changed: 710 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are a few different ways to make custom code accessible in FlutterFLow:
1919
* **[Custom Functions](custom-functions.md):** Custom Dart functions that can be used to set Widget or Action properties.
2020
* **[Custom Actions](custom-actions.md):** Custom Dart functions that can be triggered by [Action Triggers](https://docs.flutterflow.io/resources/functions/action-triggers/) or used as nodes in an [Action Flow](https://docs.flutterflow.io/resources/functions/action-flow-editor#action-flow-editor). These are usually `async` functions and are able to import [custom package dependencies](#adding-a-pubspec-dependency).
2121
* **[Custom Widgets](custom-widgets.md):** Custom Flutter widgets that can also import [custom package dependencies](#adding-a-pubspec-dependency) and be used in the same way as [Components](https://docs.flutterflow.io/resources/ui/components) throughout your project.
22-
* **[Custom Files](custom-files.md):** Within Custom Files, you'll have the ability to edit some parts of the `main.dart` file.
22+
* **[Configuration Files](configuration-files.md):** You'll have the ability to edit native files for Android and iOS.
2323

2424

2525
:::tip[Why Write Custom Code?]

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

Lines changed: 0 additions & 159 deletions
This file was deleted.

docs/ff-concepts/localization-accessibility/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To add a semantic label for any widget, select the widget, move to the propertie
5757
</div>
5858
<p></p>
5959

60-
Moreover, to add a semantic label for every widget in your app that has an action trigger `OnTap` or `onLongPress`, you can enable the **Add Warning for Semactic Widgets**. By doing so, you'll get a warning if any widget has action but doesn't have a semantic label added yet.
60+
Moreover, to add a semantic label for every widget in your app that has an action trigger `OnTap` or `onLongPress`, you can enable the **Add Warning for Semantic Widgets**. By doing so, you'll get a warning if any widget has an action but doesn't have a semantic label added yet.
6161

6262
:::tip
6363

@@ -108,4 +108,4 @@ You can use tools like [**WCAG Contrast Checker**](https://webaim.org/resources/
108108
- Don't use color as the only means to convey important information. Include text, icons, or patterns to supplement color, making the content accessible to colorblind users.
109109
- Verify your app's UI under high contrast or larger text sizes to ensure it remains readable and usable.
110110
- Use simple gestures like taps and double-taps instead of multi-finger swipes or long presses. Provide alternate ways to perform actions, such as using a button in addition to a swipe gesture.
111-
- Perform usability tests with individuals with disabilities. Real user feedback is invaluable for identifying issues that might not be caught during standard testing.
111+
- Perform usability tests with individuals with disabilities. Real user feedback is invaluable for identifying issues that might not be caught during standard testing.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "AI",
3+
"position": 3
4+
}

0 commit comments

Comments
 (0)