How do I generate a Flutter app?
Updated 20 August 2026·1 views
Generating a Flutter app
- Install the CLI:
\\bash
npm install -g underpeaks-nxf
\\\
- Log in:
\\bash
nxf login
\\\
This opens your browser to sign in and links the CLI to your account.
- 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?