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,5 +1,5 @@
---
slug: multiple-languages
slug: concepts/multiple-languages
title: Languages
tags: [Multilingual, Localization, Internationalization]
keywords: [FlutterFlow, multiple languages, app localization, internationalization, multilingual support]
Expand Down
1 change: 1 addition & 0 deletions docs/ff-concepts/state-management/state-variables.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: concepts/state-management
title: State Variables
description: An overview of state management & state variables in FlutterFlow.
sidebar_position: 0
Expand Down
1 change: 1 addition & 0 deletions docs/ff-concepts/state-management/widget-state.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: concepts/state-management/widget-state
title: Widget State
sidebar_position: 1
---
Expand Down
1 change: 1 addition & 0 deletions docs/intro/before-you-begin/app-architecture.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: /before-you-begin/app-architecture
title: App Architecture
---

Expand Down
1 change: 1 addition & 0 deletions docs/intro/before-you-begin/setting-up-flutterflow.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: /before-you-begin/setup-flutterflow
title: Setting Up FlutterFlow
description: Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/ff-ui/builder.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /intro/flutterflow-ui/builder
slug: /flutterflow-ui/builder
title: App Builder
description: Explore the App Builder in FlutterFlow, featuring a comprehensive interface with
four main sections-Navigation Menu, Toolbar, Canvas, and Properties Panel.
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/ff-ui/canvas.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /intro/flutterflow-ui/canvas
slug: /flutterflow-ui/canvas
title: Canvas
description: Dive into the versatile Canvas in FlutterFlow, where you can effortlessly design and preview your app’s interface.
tags: [Canvas, FlutterFlow, UI, Design]
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/ff-ui/resource-hierarchy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /intro/flutterflow-ui/resource-hierarchy
slug: /flutterflow-ui/resource-hierarchy
title: Resource Hierarchy Overview
description: Explore the Resource Hierarchy Overview to understand the correlation between traditional Flutter app components and their equivalents in FlutterFlow.
tags: [Resource Hierarchy, FlutterFlow, Project Management]
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/ff-ui/storyboard.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /intro/flutterflow-ui/storyboard
slug: /flutterflow-ui/storyboard
title: Storyboard
description: Master the Storyboard view in FlutterFlow to visualize your app’s design and user navigation. The Storyboard allows you to see screens and interactions, ensuring a seamless user experience.
tags: [Storyboard, FlutterFlow, UI, User Navigation]
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/ff-ui/toolbar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /intro/flutterflow-ui/toolbar
slug: /flutterflow-ui/toolbar
title: Toolbar
description: Navigate the Toolbar in FlutterFlow for efficient access to essential tools and features. This includes project management, version control, interactive help resources, and direct actions like running your app, reporting issues, and customizing your workspace.
tags: [Toolbar, FlutterFlow, UI, Tools, Project Management]
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/ff-ui/widget-palette.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /intro/flutterflow-ui/widget-palette
slug: /flutterflow-ui/widget-palette
title: Widget Palette
description: Explore the Widget Palette in FlutterFlow to access a wide range of UI elements. This feature offers an intuitive interface for dragging and dropping Flutter widgets onto your canvas.
tags: [Widget Palette, FlutterFlow, UI, Widgets]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Create & Test API Calls
slug: create-test-api
slug: resources/backend-logic/create-test-api
tag: [API Calls]
keywords: [API Calls, FlutterFlow]
sidebar_position: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting/push-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Push notifications play a vital role in mobile apps, letting you connect with yo

<img src="./push-notification-assets/push-notifications-ff.png" alt="Firebase Console" />

:::tip Using CodeMagic? [Skip ahead!](https://mdxjs.com/playground/)

:::tip
Using CodeMagic? [Skip ahead!](https://mdxjs.com/playground/)
:::

### Without CodeMagic
Expand Down
Loading