PUBDEV
flutter_sdui v0.0.1
A powerful Server-Driven UI (SDUI) framework for Flutter. Render native widgets dynamically from JSON with support for custom registries and actions.
PUBDEV
go_router_express v2.0.1
An Express.js-like wrapper for go_router that provides a familiar routing API for Flutter applications.
PUBDEV
zeba_academy_media_tools v1.0.0
A powerful Flutter media utility package for image compression, video compression, audio recording, video trimming, thumbnail generation, and image cropping.
PUBDEV
bangla_converter v2.0.0
Flutter package for converting Bangla Number to English Number or vice versa, with Bangla and English date conversion support.
PUBDEV
map_services v0.0.3
A Flutter package for mapping services including distance calculation, reverse geocoding, and routing.
PUBDEV
embed_flutter v0.0.14
A powerful Flutter SDK that provides a powerful voice-enabled AI-agent functionality with real-time widget tree monitoring for screen context fetching and realtime voice communication.
PUBDEV
secure_db v1.0.5
A unified secure database package that provides encrypted storage using both Hive and SQLite with automatic encryption/decryption.
PUBDEV
nova_native_player v0.0.2
A Flutter native video player plugin for iOS and Android with full-featured controls, HLS/DASH support, danmaku, DLNA casting, PiP, and more.
PUBDEV
easy_json_translate v1.0.0
A pure Flutter widget-based package dynamically bridging localized JSON files into the app without generating Dart boilerplate.
REDDIT
Scroll to Section using Slivers in Flutter
I always wanted to understand how scroll to a particular section works. Using Global Keys and finding their location on screen on runtime would be a jittery experience. So I tried using Slivers. Here ...
REDDIT
Flutter Theme generator (mostly color)
I currently using m3 theme generator for colors and fonts, but it didn't accurately gives me primary color as the color code I have gave it to. Other than m3 generator or any solution for this scenari...
PUBDEV
post_tip v0.1.1
A PostTip widget helps you easily build ToolTip widget around a target widget using CompositedTransformTarget and CompositedTransformFollower
REDDIT
I built an open-source SQL client with Flutter over the past 3 years
About 3 years ago I started learning Flutter, so I tried to build a small SQL client as a practice project. I just kept working on it in my spare time. After about 3 years, it slowly became a usable d...