PUBDEV
admel_webview_sdk v1.0.0
AdMel WebView SDK - WebView integration for AdMel SDK with BGM ducking support for audio ad playback.
PUBDEV
cropme v0.0.2
An image cropper for Flutter with spring physics, rotation trackbar, free-form resize handles, and rubber-band snap-back animations.
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...