Skip to content

How do I generate a Flutter app?

Updated 20 August 2026·1 views

Generating a Flutter app

  1. Install the CLI:
\\\bash npm install -g underpeaks-nxf \\\
  1. Log in:
\\\bash nxf login \\\ This opens your browser to sign in and links the CLI to your account.
  1. Generate:
\\\bash nxf generate flutter \\\

Running the generated app

\\\bash cd generated-app flutter pub get flutter run \\\ Your app connects to your Underpeaks instance automatically. Auth screens and page views are yours to customise freely — the CLI detects your edits by checksum and won't overwrite them on the next run.

Was this article helpful?