Released apps.
Public source repositories and released apps — mine, and a few others worth a look.
Tools & Live.
Free browser-native micro-tools — image & PDF conversions, QR codes, JSON, and text utilities. Everything runs client-side; nothing is uploaded to a server.
Live-data widgets built on free public APIs — earthquakes, the ISS, currency, weather and crypto, each updating in real time.
Public source.
Flutter Starter Template
A production-ready Flutter foundation: modular Clean Architecture, offline-first sync, JWT auth, Firebase, and a companion Go reference backend.
Flutter Starter CLI
CLI to scaffold new Flutter projects from flutter-starter-template.
Flutter Starter Backend
Minimal Go reference backend companion to the Flutter Starter Template.
Rev Sync
Offline-first sync engine for Dart & Flutter: outbox push-queue + delta pull over a server revision cursor, with conflict detection. Backend- and store-agnostic.