From 69178b9d3755a7365e5a43422e699444aeeb59d6 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Tue, 23 Jul 2024 21:32:24 +0530 Subject: [PATCH 1/4] Fix home page UI --- docs/index.md | 8 +++++--- docusaurus.config.ts | 4 ++-- src/css/custom.css | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 98187938..00cf6276 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,7 @@ --- title: FlutterFlow Documentation +custom_edit_url: null +showLastUpdateTime: false hide_title: true sidebar_label: Overview slug: / @@ -18,11 +20,11 @@ import UsersIcon from '@site/static/icons/users.png'; import BranchIcon from '@site/static/icons/branch_New.png'; - -# Quickly build beautiful apps, without limitation. -### FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features. + +## Quickly build beautiful apps, without limitation. +FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5667c7fc..0adac48e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -22,9 +22,9 @@ const config: Config = { routeBasePath: '/', sidebarPath: './sidebars.ts', editUrl: 'https://github.com/FlutterFlow/flutterflow-documentation/edit/main/', - showLastUpdateAuthor: true, + showLastUpdateAuthor: false, showLastUpdateTime: true, - // exclude: ['README.md'], + exclude: ['docs/index.md'], // lastVersion: 'current', // versions: { // current: { diff --git a/src/css/custom.css b/src/css/custom.css index d85f39cc..e28a13fd 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -4,6 +4,9 @@ See css var + hsl color palette technique: https://blog.maximeheckel.com/posts/the-power-of-composition-with-css-variables/ */ + --border: 1px solid #d9d6d6; + --selected-border: 1px solid var(--ifm-color-primary); + --site-primary-hue-saturation: 167 68%; --site-color-feedback-background: #f0f8ff; --docusaurus-highlighted-code-line-bg: rgb(0 0 0 / 10%); From 58ac79e9511d04e2690bf9309d1d4f60a8c69f91 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Tue, 23 Jul 2024 21:38:52 +0530 Subject: [PATCH 2/4] Changes by Ideagarage --- docs/ff-integrations/notifications/one-signal/one-signal.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ff-integrations/notifications/one-signal/one-signal.md b/docs/ff-integrations/notifications/one-signal/one-signal.md index 9a2244e1..db823a31 100644 --- a/docs/ff-integrations/notifications/one-signal/one-signal.md +++ b/docs/ff-integrations/notifications/one-signal/one-signal.md @@ -108,5 +108,9 @@ You can find out if the user was successfuly added to the subscription by naviga ![img_2.png](img_2.png) +:::info[OneSignal for Supabase Users] +Currently, Our OneSignal integration supports Firebase authentication. If you want to use Supabase authentication, you may need to provide custom code to notify your users for now. +::: + From 5b26c77c7ad02bc5cb16fa98cbfb089b21836097 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Tue, 23 Jul 2024 21:50:57 +0530 Subject: [PATCH 3/4] Update CSS --- docs/intro/flutterflow-app-architecture.md | 7 --- src/css/custom.css | 66 +++++----------------- 2 files changed, 13 insertions(+), 60 deletions(-) delete mode 100644 docs/intro/flutterflow-app-architecture.md diff --git a/docs/intro/flutterflow-app-architecture.md b/docs/intro/flutterflow-app-architecture.md deleted file mode 100644 index 3a0fdeab..00000000 --- a/docs/intro/flutterflow-app-architecture.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 2 ---- - -# FF - -When it comes to developing your application in FlutterFlow \ No newline at end of file diff --git a/src/css/custom.css b/src/css/custom.css index e28a13fd..3e3be08e 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -119,29 +119,6 @@ html[data-theme='dark'] { ); } -div[class^='announcementBar_'] { - font-size: 20px; - - /* - --site-announcement-bar-stripe-color1: hsl( - var(--site-primary-hue-saturation) 85% - ); - --site-announcement-bar-stripe-color2: hsl( - var(--site-primary-hue-saturation) 95% - ); - */ - --site-announcement-bar-stripe-color1: #e8d7ff; - --site-announcement-bar-stripe-color2: #ffe9d1; - - background: repeating-linear-gradient( - 35deg, - var(--site-announcement-bar-stripe-color1), - var(--site-announcement-bar-stripe-color1) 20px, - var(--site-announcement-bar-stripe-color2) 10px, - var(--site-announcement-bar-stripe-color2) 40px - ); - font-weight: bold; -} .screen-reader-only { border: 0; @@ -165,11 +142,15 @@ div[class^='announcementBar_'] { .test-marker-site-custom-css-unique-rule { content: 'site-custom-css-unique-rule'; } +.centered-caption { + text-align: center; + font-size: 12px; /* Set the font size to 16px */ +} .video-container { position: relative; width: 100%; - padding-bottom: 59.5256312165264%; /* 16:9 aspect ratio */ + padding-bottom: 56.25%; /* 16:9 aspect ratio */ height: 0; overflow: hidden; } @@ -179,45 +160,24 @@ div[class^='announcementBar_'] { top: 0; left: 0; width: 100%; - max-width: 560px; - margin: 0 auto; + height: 100%; } -.yt-lite > .lty-playbtn { - cursor: pointer; - border: 0; -} - -.dropdown-separator { - margin: 0.3rem 0; -} - -.dropdown-archived-versions { - font-size: 0.875rem; - padding: 0.2rem 0.5rem; -} +/* table { + max-height: 20px; +} */ -.code-block-error-line { - background-color: #ff000020; - display: block; - margin: 0 calc(-1 * var(--ifm-pre-padding)); - padding: 0 var(--ifm-pre-padding); - border-left: 3px solid #ff000080; -} .landscape-image { width: auto; height: 400px; } -[data-theme='dark'] [data-rmiz-modal-overlay='visible'] { - background-color: rgba(0 0 0 / 95%); -} -html[data-navbar='false'] .navbar { - display: none; +div.alert { + margin-bottom: 24px; } -html[data-red-border] div#__docusaurus { - border: red solid thick; +.arcade-container { +margin-bottom: 24px; } \ No newline at end of file From c27331fec7382cbe9d3c4d1c953fb5c15ba0de61 Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Wed, 24 Jul 2024 01:03:42 +0530 Subject: [PATCH 4/4] Add more slugs & SEO keywords --- .../animations/import-animations/lottie-animation.md | 7 ++++--- .../animations/import-animations/rive-animation.md | 5 +++-- .../special-page-navigation/overview.md | 5 +++-- .../special-page-navigation/pageview-widget.md | 5 +++-- .../special-page-navigation/tabbar-widget.md | 5 +++-- .../control-flow/backend-logic/api/streaming-api.md | 2 +- docs/resources/control-flow/functions/action-blocks.md | 2 +- .../control-flow/functions/action-flow-editor.md | 2 +- .../control-flow/functions/built-in-functions.md | 4 ++-- docs/resources/control-flow/functions/concepts.md | 6 ++++++ .../resources/control-flow/functions/conditional-logic.md | 2 +- docs/resources/control-flow/functions/loops.md | 2 +- docs/resources/data-representation/overview.md | 2 +- .../branching-collaboration/branching.md | 5 +++-- .../branching-collaboration/saving-versioning.md | 5 +++-- .../exporting-code/ff-cli.md | 8 +++++--- .../exporting-code/push-to-github.md | 5 +++-- .../publishing/apple-appstore-deployment.md | 6 ++++-- .../publishing/google-playstore-deployment.md | 7 +++++-- .../publishing/pre-checks-publishing.md | 7 ++++--- .../publishing/web-publishing.md | 7 ++++--- .../running-your-app/local-run.md | 6 ++++-- .../running-your-app/run-your-app.md | 7 ++++--- .../testing/automated-tests.md | 5 +++-- 24 files changed, 72 insertions(+), 45 deletions(-) diff --git a/docs/ff-concepts/animations/import-animations/lottie-animation.md b/docs/ff-concepts/animations/import-animations/lottie-animation.md index c9bd1871..13a2f113 100644 --- a/docs/ff-concepts/animations/import-animations/lottie-animation.md +++ b/docs/ff-concepts/animations/import-animations/lottie-animation.md @@ -1,9 +1,10 @@ --- -slug: lottie-animation +slug: /concepts/animations/lottie-animation title: Lottie Animation -tags: [] -description: Learn how to add lottie animation in your FlutterFlow app. +description: Learn how to add Lottie animation in your FlutterFlow app. +tags: [Lottie Animation, FlutterFlow, Animations] sidebar_position: 1 +keywords: [Lottie Animation, FlutterFlow, Animations] --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/ff-concepts/animations/import-animations/rive-animation.md b/docs/ff-concepts/animations/import-animations/rive-animation.md index 79a04b4c..4d8fb831 100644 --- a/docs/ff-concepts/animations/import-animations/rive-animation.md +++ b/docs/ff-concepts/animations/import-animations/rive-animation.md @@ -1,9 +1,10 @@ --- -slug: rive-animation +slug: /concepts/animations/rive-animation title: Rive Animation -tags: [] description: Learn how to add Rive animation in your FlutterFlow app. +tags: [Rive Animation, FlutterFlow, Animations] sidebar_position: 2 +keywords: [Rive Animation, FlutterFlow, Animations] --- # Rive Animation diff --git a/docs/ff-concepts/navigation-routing/special-page-navigation/overview.md b/docs/ff-concepts/navigation-routing/special-page-navigation/overview.md index f16de64d..dcfa0234 100644 --- a/docs/ff-concepts/navigation-routing/special-page-navigation/overview.md +++ b/docs/ff-concepts/navigation-routing/special-page-navigation/overview.md @@ -1,9 +1,10 @@ --- -slug: overview +slug: /concepts/navigation/special-page-navigations title: Overview -tags: [] description: Learn how to add Special Page Navigations in FlutterFlow. +tags: [Special Page Navigations, FlutterFlow, Navigation] sidebar_position: 0 +keywords: [Special Page Navigations, FlutterFlow, Navigation] --- # Overview diff --git a/docs/ff-concepts/navigation-routing/special-page-navigation/pageview-widget.md b/docs/ff-concepts/navigation-routing/special-page-navigation/pageview-widget.md index 3294c7ee..4aaa7315 100644 --- a/docs/ff-concepts/navigation-routing/special-page-navigation/pageview-widget.md +++ b/docs/ff-concepts/navigation-routing/special-page-navigation/pageview-widget.md @@ -1,9 +1,10 @@ --- -slug: pageview +slug: /concepts/navigation/pageview title: PageView -tags: [] description: Learn how to use the PageView widget for creating swipeable pages, perfect for creating onboarding screens or multi-step forms. +tags: [PageView, FlutterFlow, UI, Widgets] sidebar_position: 2 +keywords: [PageView, FlutterFlow, UI, Widgets] --- # PageView diff --git a/docs/ff-concepts/navigation-routing/special-page-navigation/tabbar-widget.md b/docs/ff-concepts/navigation-routing/special-page-navigation/tabbar-widget.md index 651f1d53..33194532 100644 --- a/docs/ff-concepts/navigation-routing/special-page-navigation/tabbar-widget.md +++ b/docs/ff-concepts/navigation-routing/special-page-navigation/tabbar-widget.md @@ -1,9 +1,10 @@ --- -slug: tabbar +slug: /concepts/navigation/tabbar title: TabBar -tags: [] description: Learn how to use the TabBar widget in FlutterFlow to create a horizontal row of tabs for navigating different content views in your app. +tags: [TabBar, FlutterFlow, Navigation, Widgets] sidebar_position: 1 +keywords: [TabBar, FlutterFlow, Navigation, Widgets] --- # TabBar diff --git a/docs/resources/control-flow/backend-logic/api/streaming-api.md b/docs/resources/control-flow/backend-logic/api/streaming-api.md index facfdb68..05bddc88 100644 --- a/docs/resources/control-flow/backend-logic/api/streaming-api.md +++ b/docs/resources/control-flow/backend-logic/api/streaming-api.md @@ -1,5 +1,5 @@ --- -slug: /resources/backend-logic/api/streaming-apis +slug: /resources/backend-logic/streaming-apis title: Streaming APIs description: Learn how to use streaming APIs in your backend logic with FlutterFlow. tags: [Streaming APIs, Backend Logic, Control Flow, FlutterFlow] diff --git a/docs/resources/control-flow/functions/action-blocks.md b/docs/resources/control-flow/functions/action-blocks.md index 7509eedf..7253941d 100644 --- a/docs/resources/control-flow/functions/action-blocks.md +++ b/docs/resources/control-flow/functions/action-blocks.md @@ -1,5 +1,5 @@ --- -slug: /resources/action-blocks +slug: /resources/actions/action-blocks title: Action Blocks description: Learn how to use Action Blocks in your FlutterFlow app to and create reusable actions. tags: [Action Blocks, Backend Query, Backend Logic, Control Flow, FlutterFlow] diff --git a/docs/resources/control-flow/functions/action-flow-editor.md b/docs/resources/control-flow/functions/action-flow-editor.md index d7233862..73faeb4f 100644 --- a/docs/resources/control-flow/functions/action-flow-editor.md +++ b/docs/resources/control-flow/functions/action-flow-editor.md @@ -1,5 +1,5 @@ --- -slug: /resources/action-flow-editor +slug: /resources/actions/action-flow-editor title: Action Flow Editor description: Learn how to use the Action Flow Editor in your FlutterFlow app to manage and streamline your backend logic. tags: [Action Flow Editor, Backend Query, Backend Logic, Control Flow, FlutterFlow] diff --git a/docs/resources/control-flow/functions/built-in-functions.md b/docs/resources/control-flow/functions/built-in-functions.md index 78ab8199..a6324d82 100644 --- a/docs/resources/control-flow/functions/built-in-functions.md +++ b/docs/resources/control-flow/functions/built-in-functions.md @@ -1,8 +1,8 @@ --- -slug: /resources/built-in-functions +slug: /resources/functions/utility title: Built-in Functions description: Learn about the built-in functions available in FlutterFlow to enhance your app's backend logic. -tags: [Built-in Functions, Backend Query, Backend Logic, Control Flow, FlutterFlow] +tags: [Functions] sidebar_position: 2 keywords: [Built-in Functions, Backend Query, Backend Logic, Control Flow, FlutterFlow] --- diff --git a/docs/resources/control-flow/functions/concepts.md b/docs/resources/control-flow/functions/concepts.md index 52476337..b15fca8b 100644 --- a/docs/resources/control-flow/functions/concepts.md +++ b/docs/resources/control-flow/functions/concepts.md @@ -1,7 +1,13 @@ --- +slug: /concepts/control-flow title: Concepts +description: Understand and implement control flow in your FlutterFlow app to manage the execution of statements, instructions, and function calls under various conditions. +tags: [Control Flow, FlutterFlow, Concepts] +sidebar_position: 1 +keywords: [Control Flow, FlutterFlow, Concepts] --- + # Control Flow Concepts In app development, control flow refers to the order in which individual statements, diff --git a/docs/resources/control-flow/functions/conditional-logic.md b/docs/resources/control-flow/functions/conditional-logic.md index 685c290e..fbc7a7e4 100644 --- a/docs/resources/control-flow/functions/conditional-logic.md +++ b/docs/resources/control-flow/functions/conditional-logic.md @@ -1,5 +1,5 @@ --- -slug: /resources/conditional-logic +slug: /resources/functions/conditional-logic title: Conditional Logic description: Learn how to implement conditional logic in your FlutterFlow app to control the flow of actions or generate properties based on certain conditions. diff --git a/docs/resources/control-flow/functions/loops.md b/docs/resources/control-flow/functions/loops.md index 5add35f5..6dd9fc16 100644 --- a/docs/resources/control-flow/functions/loops.md +++ b/docs/resources/control-flow/functions/loops.md @@ -1,5 +1,5 @@ --- -slug: /resources/loops +slug: /resources/actions/loops title: Loops description: Learn how to implement loops in your FlutterFlow app to iterate over data and perform repeated actions. tags: [Loops, Backend Query, Backend Logic, Control Flow, FlutterFlow] diff --git a/docs/resources/data-representation/overview.md b/docs/resources/data-representation/overview.md index f9573ff6..d6f124d5 100644 --- a/docs/resources/data-representation/overview.md +++ b/docs/resources/data-representation/overview.md @@ -1,5 +1,5 @@ --- -slug: /resources/data-representation/overview +slug: /resources/data-representation title: Overview description: Explore the essentials of data representation in app development, focusing on the use of variables in FlutterFlow. tags: [Data Representation, FlutterFlow, Variables] diff --git a/docs/testing-deployment-publishing/branching-collaboration/branching.md b/docs/testing-deployment-publishing/branching-collaboration/branching.md index c116ee62..ea5bb191 100644 --- a/docs/testing-deployment-publishing/branching-collaboration/branching.md +++ b/docs/testing-deployment-publishing/branching-collaboration/branching.md @@ -1,9 +1,10 @@ --- -slug: branching +slug: /collaboration/branching title: Branching -tags: [] description: Learn how branching in FlutterFlow allows you to add new features without disrupting your current progress. Understand the workflow of creating and merging branches, resolving conflicts, and the difference between merging and rebasing, with practical examples and tips. +tags: [Branching, Collaboration] sidebar_position: 1 +keywords: [Branching, Collaboration, FlutterFlow, Concepts] --- # Branching diff --git a/docs/testing-deployment-publishing/branching-collaboration/saving-versioning.md b/docs/testing-deployment-publishing/branching-collaboration/saving-versioning.md index 000092e4..aa5c5917 100644 --- a/docs/testing-deployment-publishing/branching-collaboration/saving-versioning.md +++ b/docs/testing-deployment-publishing/branching-collaboration/saving-versioning.md @@ -1,9 +1,10 @@ --- -slug: saving-versioning +slug: /collaboration/saving-versioning title: Saving and Versioning -tags: [] description: Learn about the crucial concepts of saving and versioning in your FlutterFlow project. +tags: [Saving, Versioning, Collaboration] sidebar_position: 2 +keywords: [Saving, Versioning, Collaboration, FlutterFlow, Concepts] --- # Saving and Versioning diff --git a/docs/testing-deployment-publishing/exporting-code/ff-cli.md b/docs/testing-deployment-publishing/exporting-code/ff-cli.md index 1736f012..6e144ca1 100644 --- a/docs/testing-deployment-publishing/exporting-code/ff-cli.md +++ b/docs/testing-deployment-publishing/exporting-code/ff-cli.md @@ -1,11 +1,13 @@ --- -slug: ff-cli +slug: /exporting/ff-cli title: FlutterFlow CLI -tags: [] description: Learn how to download and manage your FlutterFlow projects locally using the FlutterFlow CLI. +tags: [CLI, Collaboration, FlutterFlow] sidebar_position: 1 +keywords: [CLI, Collaboration, FlutterFlow, Projects, Local Management] --- + # FlutterFlow CLI The [FlutterFlow CLI](https://pub.dev/packages/flutterflow_cli) tool allows you to quickly and easily download your project files directly from FlutterFlow to your local machine. @@ -14,7 +16,7 @@ The [FlutterFlow CLI](https://pub.dev/packages/flutterflow_cli) tool allows you To use the FlutterFlow CLI, you first need to install it globally using Dart's package manager with the following command: -```json +``` dart pub global activate flutterflow_cli ``` diff --git a/docs/testing-deployment-publishing/exporting-code/push-to-github.md b/docs/testing-deployment-publishing/exporting-code/push-to-github.md index ed1508c9..cbbb1017 100644 --- a/docs/testing-deployment-publishing/exporting-code/push-to-github.md +++ b/docs/testing-deployment-publishing/exporting-code/push-to-github.md @@ -1,9 +1,10 @@ --- -slug: push-to-github +slug: /exporting/push-to-github title: Push to GitHub Repo -tags: [] description: Learn how to connect your Flutter project to a GitHub repository and manage custom code. +tags: [GitHub, Custom Code] sidebar_position: 0 +keywords: [GitHub, Collaboration, FlutterFlow, Custom Code] --- # Push to GitHub Repo diff --git a/docs/testing-deployment-publishing/publishing/apple-appstore-deployment.md b/docs/testing-deployment-publishing/publishing/apple-appstore-deployment.md index e5b77655..551bb507 100644 --- a/docs/testing-deployment-publishing/publishing/apple-appstore-deployment.md +++ b/docs/testing-deployment-publishing/publishing/apple-appstore-deployment.md @@ -1,10 +1,12 @@ --- -slug: apple-app-store-deployment +slug: /deployment/apple-app-store-deployment title: Apple App Store Deployment -tags: [] description: Learn how to seamlessly deploy your apps to the Apple App Store using FlutterFlow. +tags: [Apple App Store, Deployment, FlutterFlow, iOS] sidebar_position: 4 +keywords: [Apple App Store, Deployment, FlutterFlow, iOS] --- + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/testing-deployment-publishing/publishing/google-playstore-deployment.md b/docs/testing-deployment-publishing/publishing/google-playstore-deployment.md index e2433e3b..b9f50a81 100644 --- a/docs/testing-deployment-publishing/publishing/google-playstore-deployment.md +++ b/docs/testing-deployment-publishing/publishing/google-playstore-deployment.md @@ -1,11 +1,14 @@ --- -slug: google-playstore-deployment +slug: /deployment/google-playstore-deployment title: Google Play Store Deployment -tags: [] description: Learn how to seamlessly deploy your apps to the Google Play Store using FlutterFlow. +tags: [Google Play Store, Deployment, FlutterFlow, Android] sidebar_position: 3 toc_max_heading_level: 4 +keywords: [Google Play Store, Deployment, FlutterFlow, Android] --- + + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/testing-deployment-publishing/publishing/pre-checks-publishing.md b/docs/testing-deployment-publishing/publishing/pre-checks-publishing.md index 1a9d73a9..64e0c5fc 100644 --- a/docs/testing-deployment-publishing/publishing/pre-checks-publishing.md +++ b/docs/testing-deployment-publishing/publishing/pre-checks-publishing.md @@ -1,9 +1,10 @@ --- -slug: pre-checks-before-publishing +slug: /deployment/pre-checks-before-publishing title: Pre-checks Before Publishing -tags: [] -description: Ensure your app is ready for launch with this detailed guide on essential pre-publishing checks. +description: Ensure your app is ready for launch with this detailed guide on essential pre-publishing checks. +tags: [Pre-checks, Publishing, Deployment] sidebar_position: 1 +keywords: [Pre-checks, Publishing, Deployment, FlutterFlow] --- # Pre-checks Before Publishing diff --git a/docs/testing-deployment-publishing/publishing/web-publishing.md b/docs/testing-deployment-publishing/publishing/web-publishing.md index 622792fe..343022ad 100644 --- a/docs/testing-deployment-publishing/publishing/web-publishing.md +++ b/docs/testing-deployment-publishing/publishing/web-publishing.md @@ -1,9 +1,10 @@ --- -slug: web-publishing +slug: /deployment/web-publishing title: Web Publishing -tags: [] -description: Discover how to effortlessly publish your applications on the web with FlutterFlow. This guide covers everything from enabling web support to deploying your app and adding custom domains. +description: Discover how to effortlessly publish your applications on the web with FlutterFlow. This guide covers everything from enabling web support to deploying your app and adding custom domains. +tags: [Web Publishing, Deployment] sidebar_position: 2 +keywords: [Web Publishing, Deployment, FlutterFlow, Custom Domains] --- # Web Publishing diff --git a/docs/testing-deployment-publishing/running-your-app/local-run.md b/docs/testing-deployment-publishing/running-your-app/local-run.md index e646c962..9fb003f2 100644 --- a/docs/testing-deployment-publishing/running-your-app/local-run.md +++ b/docs/testing-deployment-publishing/running-your-app/local-run.md @@ -1,11 +1,13 @@ --- -slug: local-run +slug: /testing/local-run title: Local Run -tags: [ ] description: Local Run downloads the code locally and gives you the option to use Flutter's Hot Reload to see your changes instantly on a device. +tags: [Local Run, Testing, Hot Reload] sidebar_position: 1 +keywords: [Local Run, Testing, FlutterFlow, Hot Reload] --- + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/testing-deployment-publishing/running-your-app/run-your-app.md b/docs/testing-deployment-publishing/running-your-app/run-your-app.md index 316757b2..8ac47406 100644 --- a/docs/testing-deployment-publishing/running-your-app/run-your-app.md +++ b/docs/testing-deployment-publishing/running-your-app/run-your-app.md @@ -1,9 +1,10 @@ --- -slug: run-your-app +slug: /testing/run-your-app title: Run your App -tags: [ ] -description: Discover the essentials of running and testing your FlutterFlow app with this comprehensive guide. +description: Discover the essentials of running and testing your FlutterFlow app with this comprehensive guide. +tags: [Run, Testing, FlutterFlow] sidebar_position: 0 +keywords: [Run, Testing, FlutterFlow] --- Running and testing your app is a crucial part of the app development process. This page provides a comprehensive guide on how to run and test your FlutterFlow app. It covers various modes of testing, including [Preview](#preview-mode), [Test](#test-mode), [Run](#run-mode), and [Local Run](#local-run) modes, with detailed steps and indications of when to use each mode. diff --git a/docs/testing-deployment-publishing/testing/automated-tests.md b/docs/testing-deployment-publishing/testing/automated-tests.md index 6e531111..275814a6 100644 --- a/docs/testing-deployment-publishing/testing/automated-tests.md +++ b/docs/testing-deployment-publishing/testing/automated-tests.md @@ -1,9 +1,10 @@ --- -slug: automated-tests +slug: /testing/automated-tests title: Automated Tests -tags: [] description: Discover how to effectively utilize automated testing in FlutterFlow to ensure your app performs as intended. +tags: [Automated Tests, Testing] sidebar_position: 0 +keywords: [Automated Tests, Testing, FlutterFlow] --- # Automated Tests