Production Apps Built With Pure Dart
Real-world open source applications, full-stack blueprints, AI agents, and Flutter clients created with the Flint ecosystem. Explore complete source code on GitHub, scaffold templates directly via CLI, or study battle-tested architecture.
Flint E-Commerce Suite
Includes dynamic product catalog, multi-currency pricing, reactive shopping cart, multi-step checkout workflow, Stripe payments integration, transactional email confirmation with Flint Mailer, order management, and an embedded live customer support chat widget.
All Ecosystem Applications
Click on any application card below to copy its template scaffold command or open the complete source code on GitHub.
Flint E-Commerce Suite
Full-featured, production-ready digital and physical storefront built entirely in pure Dart and Flint UI.
Includes dynamic product catalog, multi-currency pricing, reactive shopping cart, multi-step checkout workflow, Stripe payments integration, transactional email confirmation with Flint Mailer, order management, and an embedded live customer support chat widget.
AI Agent & Prompt Studio
Intelligent multi-model conversational assistant and autonomous tool-calling pipeline powered by Flint AI.
Delivers high-speed SSE streaming chat responses, multi-turn LLM agent execution, automated tool and function invocation, structured JSON schema parsing, and model switching between OpenAI, Anthropic Claude, and Google Gemini.
Canva Studio Graphic Editor
Interactive vector design and layout manipulation tool built with pure Dart UI components without external JS canvas.
Provides drag-and-drop layer hierarchy, shape and typography transformers, real-time color styling, canvas zoom and panning controls, design preset templates, and high-resolution SVG and PNG export capabilities.
Modern Blog & Publishing Hub
High-velocity publication engine with role-based access guards, Markdown processing, threaded comments, and SEO optimization.
Features granular role guards (Admin, Contributor, Dev, Reader), live Markdown editing with syntax highlighting, nested moderation threads, tag taxonomy, RSS feeds, OpenGraph meta tags, and instant full-text article indexing.
Flint DB API Backend (PostgreSQL)
Convention-based RESTful database backend generating protected CRUD operations directly from Flint ORM models.
Demonstrates automatic HTTP endpoint generation (`FlintDbResource`), JWT bearer authentication, multi-tenant role policies, field concealing, relational verification (Todo -> Subtasks), and PostgreSQL database migrations.
Flint DB API Flutter Client
Cross-platform Flutter mobile and desktop application connected to the Flint DB API backend with zero raw HTTP strings.
Uses the high-level `FlintDatabaseClient` interface for reactive data synchronisation, persistent JWT login sessions, recursive subtask hierarchy management, and cross-platform native execution across iOS, Android, macOS, Windows, and Web.
How to Run Any Example in 3 Steps
Every example is completely standalone, fully typed, and ready to run locally with zero configuration overhead.
Scaffold or Clone
Use `flint create my_app --template=<name>` or clone the repo directly from GitHub.
Install Dependencies
Run `dart pub get` (or `flutter pub get` for Flutter client apps) to fetch packages.
Start Dev Server
Run `flint run` for full-stack hot reload or `dart run lib/main.dart` to start immediate execution.
Built something awesome with Flint?
Submit your open-source application to be featured in the official Flint Examples directory and help other Dart developers learn from real code.
One language powering Full-Stack Web, Cross-Platform Clients, Native AI, and Connected Robotics.