DEVTO
Flutter 3.41: What's New and Why It Matters for Your App Project
Google shipped Flutter 3.41 in February 2026, and it's one of the more thoughtful releases the framework has seen in recent cycles. Not a flashy one packed with headline widgets, but the kind that sig...
PUBDEV
honeycomb_view v0.0.6
A Flutter widget that displays images in a beautiful honeycomb grid layout with dynamic scale and opacity scroll effect. Inspired by Apple Music's artist view.
DEVTO
Flutter Interview Questions Part 5: Architecture & Design Patterns
Welcome to Part 5 of the Flutter Interview Questions series! This part focuses on the architectural foundations that separate hobby projects from production-grade Flutter applications. We cover Clean ...
DEVTO
Flutter’s New Web Dev Proxy: A Cleaner Way to Handle APIs (No More CORS Headaches)
If you’ve ever built a Flutter web app, you’ve probably run into one annoying issue: CORS errors during development. Traditionally, fixing this meant: tweaking backend headers setting up a reverse pro...
PUBDEV
incodes_payment v1.0.2
A Flutter payment SDK supporting multiple payment gateways including Stripe, PayPal, Razorpay, Flutterwave, Cashfree, PayStack, and In-App Purchases.
PUBDEV
any_map_google v0.1.0
Google Maps adapter for any_map. Uses google_maps_flutter under the hood for Android and iOS map rendering.
PUBDEV
any_map_osm v0.1.0
OpenStreetMap adapter for any_map using flutter_map. Free, open-source tile rendering with no API key required.
PUBDEV
any_map_maplibre v0.1.0
MapLibre GL adapter for any_map. Free, open-source map rendering with 3D buildings, vector tiles, and no API key required.
PUBDEV
ai_smart_translate v1.0.0
AI-powered Flutter translation package with automatic fallback across multiple free AI providers (Gemini, Groq, OpenRouter, Mistral). Supports offline caching, .tr extension, and zero JSON maintenance...
PUBDEV
any_map v0.1.0
Unified map abstraction for Flutter. One API to swap Google Maps, MapLibre, or OSM. Routing, traffic, geofencing, clustering, analytics, and 30+ features.
PUBDEV
system_info_max v1.0.0
Flutter 升级 3.35.7 之后,对 system_info_plus 插件的升级(After Flutter upgrade 3.35.7, the upgrade of system_info_plus plugins.)。
DEVTO
8 Weeks to a Flutter Vertical SaaS MVP? Here's the Blueprint.
This article was originally published on BuildZn. Everyone talks about launching a Vertical SaaS, but nobody actually explains how to build a Flutter Vertical SaaS MVP fast, without blowing your budge...
PUBDEV
vnc_viewer v0.0.5
Flutter plugin for embedding an Android VNC client that renders remote desktops and sends keyboard and pointer input to VNC/RFB servers.
DEVTO
Stop Polling Your API: Architecting Real-Time SaaS with WebSockets
The Polling Problem When developers need to build a real-time feature—like a chat system, live notifications, or a live order tracker—they often default to the easiest solution: HTTP Polling. They wri...
DEVTO
The Offline-First Mirage: Why Caching APIs in Flutter is a Trap
The Caching Illusion A client asks you to make their Flutter app work offline. The instinct for most developers is to use a package like shared_preferences or an HTTP interceptor to cache API response...
PUBDEV
snowglobe_openai v0.0.1-dev.1
Snowglobe OpenAI is a Flutter package providing high-performance, cross-platform LLM inference with an OpenAI-compatible API, powered by Rust and Burn.