OPEN-SOURCE APPS & BLUEPRINTS

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 create my_shop --template=ecommerce
6 Standalone Apps
100% Pure Dart
Zero JS Frameworks
MIT Licensed

Flint E-Commerce Suite

Full-Stack Apps

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.

// Scaffold & start ecommerce project $ flint create my_shop --template=ecommerce $ cd ecommerce $ flint run
Stack: Flint Dart, Flint UI, PostgreSQL ORM, Flint Mail, WebSockets, DartStyleGitHub
DISCOVER & DOWNLOAD

All Ecosystem Applications

Click on any application card below to copy its template scaffold command or open the complete source code on GitHub.

FEATURED STOREFRONT
Production Ready
Full-Stack Apps

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.

Product Catalog
Persistent Cart
Checkout Flow
Transactional Mail
Customer Auth
Live Support Chat
Inventory Admin
Stack: Flint Dart, Flint UI, PostgreSQL ORM, Flint Mail, WebSockets, DartStyle
$flint create my_shop --template=ecommerce
GitHub SourcePure Dart
AI & LLM PIPELINE
Advanced
Artificial Intelligence

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.

SSE Stream Responses
Multi-Turn Memory
Tool Calling
Multi-Provider Switching
JSON Schema Parser
Prompt Studio
Stack: Flint AI, Flint Dart, Flint UI, OpenAI / Anthropic / Gemini, Server-Sent Events
$flint create my_ai_app --template=aiapp
GitHub SourcePure Dart
INTERACTIVE CANVAS
Intermediate
UI & Creative Tools

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.

Vector Canvas Engine
Layer Management
Shape Manipulation
Live Style Inspector
Preset Templates
High-Res Export
Stack: Flint UI, Pure Dart Canvas, DartStyle System, Vector Geometry, DOM Engine
$flint create my_canva --template=canva
GitHub SourcePure Dart
CONTENT ENGINE
Starter Friendly
Full-Stack Apps

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.

Role Guard Middleware
Rich Markdown Engine
Threaded Comments
Tag Taxonomy
SEO Canonical Headers
RSS Feed
Stack: Flint Dart, Flint ORM, Flint UI, Role Guards, Markdown AST Pipeline
$flint create my_blog --template=blog
GitHub SourcePure Dart
AUTOMATED DB API
Intermediate
Backend & Database

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.

Auto CRUD Resources
JWT Bearer Auth
Role Policies
Relational Cascades
Field Concealing
PostgreSQL Migrations
Stack: Flint Dart, PostgreSQL, Flint DB API, JWT Security, Role Engine
$git clone https://github.com/flint-dart/flint.git && cd flint/examples/flint_db_api_backend
GitHub SourcePure Dart
CROSS-PLATFORM APP
Intermediate
Flutter & Mobile

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.

FlintDatabaseClient SDK
Zero Raw URLs
JWT Session Store
Subtask Tree UI
Offline Persistence
Cross-Platform
Stack: Flutter, FlintDatabaseClient, Flint Client SDK, Dart 3, Reactive Architecture
$git clone https://github.com/flint-dart/flint.git && cd flint/examples/flint_db_api_flutter
GitHub SourcePure Dart
QUICKSTART WORKFLOW

How to Run Any Example in 3 Steps

Every example is completely standalone, fully typed, and ready to run locally with zero configuration overhead.

Step 1

Scaffold or Clone

Use `flint create my_app --template=<name>` or clone the repo directly from GitHub.

Step 2

Install Dependencies

Run `dart pub get` (or `flutter pub get` for Flutter client apps) to fetch packages.

Step 3

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.

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.4.0
MIT License
Built with Dart