Skip to main content

Import a Flutter Project

Bringing your existing Flutter project into Nowa is simple. This allows you to continue building on top of what you already have—while taking advantage of Nowa’s AI and visual tools.

warning

Importing works best when your project uses supported packages. If your project relies on packages that Nowa doesn’t support yet, those parts of the app may not display correctly in Nowa.

For example, if you use Riverpod state management, it doesn’t show up correctly in Circuit, because Nowa mainly uses Provider for state management.


Open an Existing Local Project

  1. In your main dashboard, click the dropdown next to New Local Project.

  2. Select Open.

  3. Browse to the folder where your Flutter project is saved, then click Choose.

Your project will open inside Nowa. Just make sure the folder you select is a valid Flutter project.


Convert a Cloud Project to Local

Sometimes you might want to take your cloud project offline and work on it locally. Here’s how:

  1. Download your project code as a .zip file.
  2. Extract the .zip folder on your computer.
  3. From Nowa Desktop, click Open and select the extracted folder.
note

At the moment, you can convert from cloud to local, but not the other way around.