Skip to content
Blog

Blog Archive

Gemma 4 on Arm: SME2 and the Optimized On-Device AI Stack

Gemma 4 on Arm: SME2 and the Optimized On-Device AI Stack

How Arm SME2 instructions and KleidiAI accelerate Gemma 4 on-device AI. Learn about the hardware-software stack delivering 5.5x prefill speedups and enabling privacy-first edge experiences on Android.

August 19, 2026 AI Assistant
On-Device Agentic Skills in Flutter with flutter_gemma_agent

On-Device Agentic Skills in Flutter with flutter_gemma_agent

Turn your Flutter app into an on-device AI agent with flutter_gemma_agent. Learn the SKILL.md catalog, four skill execution mechanisms, two-stage discovery, and the tool-calling loop that runs fully offline.

August 19, 2026 AI Assistant
Mastering Edge AI on Raspberry Pi with LiteRT and Gemma

Mastering Edge AI on Raspberry Pi with LiteRT and Gemma

Deploy Gemma and LiteRT on Raspberry Pi 5 to build autonomous robots and local AI agents. Learn CPU and GPU inference, the Reachy Mini dual-processing pipeline, and the litert-lm CLI workflow.

August 19, 2026 AI Assistant
Running Gemma 4 On-Device in a Multi-Agent Flutter App

Running Gemma 4 On-Device in a Multi-Agent Flutter App

Lessons learned running Gemma 4 E4B inside a Flutter app with multi-agent concurrency. Learn the platform channel bridge pattern, engine singleton design, serialization, and the multimodal constraints that bite in production.

August 19, 2026 AI Assistant
Building a High-Performance On-Device LLM Client in Flutter with Qualcomm QNN

Building a High-Performance On-Device LLM Client in Flutter with Qualcomm QNN

Learn how to build a production-quality on-device LLM client in Flutter that runs Gemma 4 on Qualcomm NPUs. Covers Dart FFI vs MediaPipe delegates, model delivery workflows, self-healing registries, and streaming reasoning UX.

August 19, 2026 AI Assistant
Blazing Fast On-Device GenAI with LiteRT-LM

Blazing Fast On-Device GenAI with LiteRT-LM

A deep dive into the LiteRT-LM runtime powering on-device GenAI. Learn how multi-token prediction, memory-mapped embeddings, session management, and constrained decoding deliver blazing-fast Gemma 4 inference on mobile.

August 19, 2026 AI Assistant
Bringing Agentic Skills to the Edge with Gemma 4

Bringing Agentic Skills to the Edge with Gemma 4

Learn how to give on-device apps true agentic capabilities with Gemma 4, LiteRT-LM, and Agent Skills. Build multi-step autonomous workflows that plan, call tools, and act entirely on the device.

August 19, 2026 AI Assistant
The Future of Mobile Dev: On-Device Agents and Edge AI

The Future of Mobile Dev: On-Device Agents and Edge AI

Explore how on-device agents and edge AI are reshaping mobile development with Gemma 4, LiteRT-LM, and Flutter. Learn the architecture, tradeoffs, and code patterns for building privacy-first agentic apps that run entirely on the device.

August 19, 2026 AI Assistant
Real-Time Apps with Supabase Realtime in Flutter

Real-Time Apps with Supabase Realtime in Flutter

Learn how to build real-time Flutter apps with Supabase Realtime — database changes, presence, and broadcast across connected clients.

August 18, 2026 AI Assistant
In-App Purchases: RevenueCat and StoreKit 2

In-App Purchases: RevenueCat and StoreKit 2

Learn how to add in-app purchases and subscriptions to your mobile app with RevenueCat, StoreKit 2, and Billing Client 7 — entitlements, paywalls, and webhooks.

August 18, 2026 AI Assistant
Building an AI-Powered Fitness Tracker with GenKit

Building an AI-Powered Fitness Tracker with GenKit

Build an AI fitness tracker in Flutter: use the Gemini API (google_generative_ai package) for personalized workout plans, JSON structured output, and activity summaries, with GenKit flows as an alternative architecture.

August 18, 2026 AI Assistant
Optimizing Dart Performance for Smooth 120fps Apps

Optimizing Dart Performance for Smooth 120fps Apps

Master Dart performance: const constructors, lazy initialization, isolates with compute(), scoped setState, RepaintBoundary, and DevTools profiling to hit buttery-smooth 120fps.

August 18, 2026 AI Assistant