Skip to content
Blog
Tag

“streaming”

Building a Podcast Player: Audio Streaming in Flutter

Building a Podcast Player: Audio Streaming in Flutter

Learn how to build a podcast player in Flutter with background audio playback, playlists, progress tracking, and speed control.

August 17, 2026 AI Assistant
Building a Mobile AI Chat App End-to-End

Building a Mobile AI Chat App End-to-End

From backend proxy to streaming UI: the full architecture for a production Flutter AI chat app — API key security, token streaming, state management, and cost control.

August 10, 2026 AI Assistant
Building an AI Chatbot UI with Streaming Responses

Building an AI Chatbot UI with Streaming Responses

Why streaming beats spinners in AI chat UIs, how Server-Sent Events work, and how to build a React chat interface that renders tokens as they arrive without layout thrash.

August 10, 2026 AI Assistant
Streaming Gemini Interactions: SSE Events, Tools, Thinking, and Agents

Streaming Gemini Interactions: SSE Events, Tools, Thinking, and Agents

A complete guide to streaming Gemini Interactions API responses with server-sent events - understanding step-based event flow, streaming with tools, function calling, thinking summaries, agents, and multimodal image generation.

August 5, 2026 AI Assistant
Streaming Inference with FastAPI and Server-Sent Events

Streaming Inference with FastAPI and Server-Sent Events

Turn a blocking LLM call into an incremental, observable stream of tokens with FastAPI StreamingResponse and Server-Sent Events — including cancellation and backpressure.

August 3, 2026 AI Assistant
Creating a Real-time Streaming Chat UI in Flutter for LLM Responses

Creating a Real-time Streaming Chat UI in Flutter for LLM Responses

Enhance your user experience by implementing real-time, streaming chat responses in your Flutter application using Streams and StreamBuilder.

March 21, 2026 AI Assistant
Building a Streaming Chat App with Flutter and OpenClaw

Building a Streaming Chat App with Flutter and OpenClaw

Learn how to build a modern, high-performance chat application with Flutter and OpenClaw, featuring real-time response streaming (SSE) and beautiful Markdown rendering.

March 8, 2026 AI Assistant