Knowledge Base
Flutter tutorials, video lessons, package notes and architecture guides organized by category.
How to Use applovin_admob_sdk in Flutter for Ad Mediation
Simplify your mobile ad revenue stack by unifying Google AdMob and AppLovin MAX with the applovin_admob_sdk Flutter package. Learn how to configure mediation, handle GDPR consent, and display ads.
How to Upgrade Flutter SDK: A Step‑by‑Step Guide
Learn the safest, most reliable way to upgrade your Flutter SDK, switch channels, resolve version conflicts, and verify a successful upgrade—all with real code examples.
How to Use online DartPad compiler – A Complete Guide for Flutter Developers
Learn step‑by‑step how to use the online DartPad compiler to prototype, test, and share Dart and Flutter code instantly, without any local setup.
How to Use the redis_task_queue Flutter Package for a Redis‑Backed Task Queue
Learn step‑by‑step how to integrate the redis_task_queue Flutter package into your Flutter app, from installation and basic usage to common pitfalls and best practices.
How to Use the kata_cx Flutter Package for Headless Chat in Your Flutter App
Learn step‑by‑step how to integrate the kata_cx Flutter package into a clean architecture, from installation to sending messages, streaming replies, and running CSAT surveys.
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 the piesocket_channels Flutter Package for Real‑Time Apps
Learn step‑by‑step how to integrate the piesocket_channels Flutter package into your Flutter project, from installation to building a live chat UI, with best‑practice tips and FAQs.
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 Integrate the flutter_stripe Flutter Package for Mobile Payments
Master mobile payments integration with the flutter_stripe Flutter package. Learn setup instructions, payment sheet usage, architectural boundaries, and common pitfalls to avoid.
How to Use the razorpay_flutter Flutter Package for Payment Gateways
Learn how to integrate the razorpay_flutter Flutter package to accept digital payments in your e-commerce or digital goods app with event-driven SDK handling.
Getting Started with the koolbase_flutter Flutter package: A Practical Guide
Learn how to integrate the koolbase_flutter Flutter package into your app for feature flags, remote config, authentication, and more. This step‑by‑step guide covers installation, a beginner‑friendly example, setup tips, and common pitfalls.
How to Use the Geolocator Flutter Package for Location Access and Permissions
Master location services in Flutter using the geolocator Flutter package. Learn how to handle native permissions, check location service status, and fetch precise GPS coordinates safely.