Knowledge Base
Flutter tutorials, video lessons, package notes and architecture guides organized by category.
How to Use the ngrok_flutter Flutter Package for Secure Tunnels
Learn step‑by‑step how to integrate the ngrok_flutter package into your Flutter app, spin up secure tunnels, and avoid common pitfalls.
How to Use the Mqtt5 Flutter Package for Real-Time IoT Messaging
Discover how the mqtt5 Flutter package enables high-performance MQTT 5.0 messaging, session resumption, and QoS handling with clean architecture in Flutter.
How to Use flutter_mongo_realtime in Flutter for Realtime MongoDB Apps
Connect your Flutter app directly to MongoDB change streams using the flutter_mongo_realtime Flutter package. Learn how to implement offline caching and reactive streams.
How to Use the mongo_realtime Flutter Package for MongoDB Change Streams
Connect your Flutter app directly to live MongoDB change streams using the mongo_realtime package. Learn setup, UI integration, best practices, and drawbacks.
How to Use the wellness_sdk Flutter Package for Health & Location Tracking
Learn how to integrate the wellness_sdk Flutter package into your cross-platform apps for streamlined background location tracking and third-party wellness API integration.
The Limits of AI: 5 Complex Flutter Architectural Problems Only Human Developers Can Solve
While AI code generators excel at writing repetitive widgets, they struggle with high-level architecture, render tree optimization, and native interop. Discover the limits of AI agents in Flutter app development.
How to Download Notebook LM on Windows: Step-by-Step Guide for Developers
Learn how to download and install Google NotebookLM on Windows as a Progressive Web App (PWA) or package it as a native Windows desktop application using Flutter.
Getting Started with flutter_local_agent_kit: Offline‑First AI for Flutter
Learn how to integrate the flutter_local_agent_kit package into your Flutter app to run on‑device LLM inference, Retrieval‑Augmented Generation (RAG), and a ready‑made Material 3 chat UI—no internet required.
Building Autonomous AI Workflows: What is ADK (Agent Development Kit)?
Discover what is ADK (Agent Development Kit), its core architecture, and how Flutter and Dart developers can leverage ADK principles to build intelligent, tool-using AI agents.
How to Integrate the api_network_logger Flutter Package for Transparent API Logging
Learn step‑by‑step how to add, configure, and use the api_network_logger Flutter package to capture API requests, responses, offline events, and navigation routes in a clean, production‑ready way.