F
Flint DartDocs
GitHub

Install

Install the Flint CLI, create a new app, then run it locally.

1. Install the CLI

CodeBlock bash
dart pub global activate flint_dart

2. Create a new app

CodeBlock bash
flint create new_app

3. Run the app

CodeBlock bash
cd new_app
flint run

Add Flint to an existing Dart project

Use this when you already have a Dart package and want to add Flint as a dependency.

CodeBlock bash
dart pub add flint_dart

Check the CLI

CodeBlock bash
flint --help
F
Flint DartBackend framework and Dart UI docs

Build routes, controllers, APIs, docs, and browser UI from one Dart-shaped stack.

Controllers
OpenAPI
Flint UI
Copyright 2024 Flint Dart. Maintained by Eulogia Technologies.
v 1.1.14
MIT License
Built with Dart