Skip to main content

Toolbar

The Toolbar, located at the top of the app builder, provides easy access to numerous tools and features. It includes options for project configuration, saving your app version, accessing help, reporting or debugging issues, viewing project comments, downloading your app code, and running your app directly in FlutterFlow.

toolbar

Project info

Hovering over this section reveals the essential information about your project. Here, you can easily check the project name, the current version of FlutterFlow that you're using, along with its release date. Additionally, it shows the Flutter version that your project is currently running on.

Help

From here, you will get access to essential resource links that will come in handy while building your apps.

  1. Search Docs: If you are a paid user, we allow you to conduct a direct search from our documentation.
  2. Community Forum: We have a vibrant community of users comprising individuals who share a mutual interest in FlutterFlow. This community actively engages in discussions, knowledge-sharing, and collaborative projects centered around FlutterFlow.
  3. Feedback: You can provide feedback and help us improve the product.
  4. Bug report: You can submit a bug report from here.
  5. Tutorials: You can start the tutorial for building your first app right inside FlutterFlow.
  6. FAQs and Docs: While building your app, you might need to consult our official documentation frequently. This option will redirect you to FlutterFlow documentation.
  7. What's New?: We want to keep you updated with all the latest features and changes that are being made in FlutterFlow. Using this option, you can directly access the updates regarding what's new in FlutterFlow.
  8. Current Status/Known Issues: We want to keep you informed about the current status of FlutterFlow and provide updates regarding any known issues. We aim to ensure transparency and keep you in the loop about the platform's performance and potential issues.
  9. Show/Hide Chat: You can use this option to show or hide the chat button at the bottom right of the app builder.

Keyboard shortcuts

With keyboard shortcuts, you can perform common actions related to widgets and run your project in Test or Run mode with just a few keystrokes, saving you time and effort. Select this option to see all the shortcuts.

keyboard-shortcut.avif

Command Palette

The Command Palette makes it easy to find and use things in the App Builder. Open the Command Palette by clicking the search button or pressing Cmd/Ctrl + K. Search for anything, and to find out where it's used, click the right arrow – we'll show you every place. To directly access the item, just click on it.

command-palette.avif

Canvas size

We allow you to visualize and design your app for various mobile, tablet, and desktop devices. The canvas size is defined as width (in pixels) x height (in pixels). This size is determined according to the device selected. To set a custom canvas size, click on the Canvas Size and enter the width and height (in pixels) you want.

Project history

Understand the crucial concepts of project history, such as saving and versioning here.

Project comments

This helps you leave your thoughts, opinions, questions, or feedback on a specific widget with your project team or a client. While adding a comment, you can tag users, and they will be able to respond, creating a thread of conversation.

info

To tag users, select the @ symbol and choose the project team member(s).

Optimizations & Enhancements

We scan and suggest enhancements to elevate your app's design and speed. Imagine having a personal consultant for design and performance dedicated to improving the user experience of your app.

Optimizations: We spotlight elements that may slow down your app. For example, a query on a column, unused and duplicate backend query, a widget with unbounded size, etc.

UI Enhancements: We offer tips for a more visually appealing and user-friendly design, like resizing a small tap target of any widget.

info

You can control what kind of suggestions you would like to receive by clicking on the settings icon on the right.

Optimization.avif

Project issues

If there are any issues or warnings present in your current project that might result in a build failure or app crash, they will be displayed in this section. You can click this option to view a short description of each issue and navigate to the place where you can fix the issue by clicking on the respective issue.

Errors vs Warnings

Errors prevent your app from compiling and running. These must be resolved in order to run the app. They can be due to missing actions, errors in custom code, incorrect data types, and so on.

Warnings while not preventing compilation, indicate potential issues such as incorrect rules setup or performance problems. Although it's possible to ignore warnings, addressing them can enhance the quality of your app and prevent future issues.

Warning-and-errors.avif

Branching

Branching enables you to create a separate copy of your existing project, allowing you to develop new features without affecting the current functionality.

Developer menu

The Developer Menu provides developers with access to tools such as code viewing, GitHub integration, and source code download capabilities.

  1. View Code: This option lets you display the Dart code for all the pages of your FlutterFlow project. You can also take a look at the dependencies being used by the app here.

  2. Connect GitHub Repo: You can use this option to connect and upload your project to GitHub repository. See the step-by-step guide here.

  3. Download Code: You can download the entire codebase of the app generated by FlutterFlow using this option.

  4. Download APK: Use this to generate a release build of your Android app. It will automatically download the .apk file after the building process is complete.

  5. FlutterFlow CLI: You can also download the code using FlutterFlow CLI. See instructions here.

note

Connect GitHub Repo, Download Code, and Download APK features requires a paid plan.

Share project

You can make a project public so that others can view and clone your project. Before you share your project, make sure to remove any sensitive information.

note
  • You can only share projects where you are the owner.
  • The share feature can be used to create Marketplace items. You can learn more about this here.

Preview

You can use this option to run your app in Preview mode.

Testing

This menu allows you to run your app in Test or Run mode.