API Reference

Migration

Focused reference for Flint Dart and Flint UI APIs, with copyable examples and practical notes.

Migration

Schema synchronization driven by registered table definitions.

Flint migrations are executed via the CLI. The migrator loads table definitions from lib/config/table_registry.dart and generates CREATE/ALTER statements.

flint migrate

Create or update tables based on the registered schema.

flint migrate --force

Drop and recreate tables that already exist.

flint migrate --drop

Drop all tables before migrating (destructive).

Flint Dart logo
Flint EcosystemThe Unified Dart Technology Stack

One language powering Full-Stack Web, Cross-Platform Clients, Native AI, and Connected Robotics.

Fullstack
Client SDK
AI Engine
Hardware
Copyright 2026 Flint Dart. Maintained by Eulogia Technologies.
v 1.3.2
MIT License
Built with Dart