Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/control-flow/functions/action-blocks.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/control-flow/functions/built-in-functions.md
Original file line number Diff line number Diff line change
@@ -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]
---
Expand Down
6 changes: 6 additions & 0 deletions docs/resources/control-flow/functions/concepts.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/control-flow/functions/conditional-logic.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/control-flow/functions/loops.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/data-representation/overview.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 5 additions & 3 deletions docs/testing-deployment-publishing/exporting-code/ff-cli.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 3 additions & 2 deletions docs/testing-deployment-publishing/testing/automated-tests.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down