PUBDEV
tom_vscode_scripting_api v1.0.1
Dart abstractions for VS Code extension APIs, providing a bridge-agnostic interface for VS Code scripting.
PUBDEV
flutter_flavor_orchestrator v0.1.0
A build-time orchestrator for managing Flutter flavors, native configurations, and provisioning files across Android and iOS platforms.
PUBDEV
hron v0.1.0
Human-readable cron — scheduling expressions that are a superset of what cron can express.
PUBDEV
rules v2.1.0
Rules is a simple yet powerful and feature-rich validation library for both dart and flutter.
PUBDEV
var_dump v0.7.0
Dumps details in tree from variable. Optionally exits. Can use dump() or var_dump(), or dd() for "dump and die"
PUBDEV
flutter_instantdb v1.1.2+1
A real-time, offline-first database client for Flutter with reactive bindings.
PUBDEV
modal_date_picker v0.0.9
A customizable modal date picker for Flutter with scroll-based selection. Supports multiple locales, date ranges, and real-time TextEditingController updates.
REDDIT
Stacking multiple beverages in a single shape (Coffee + Water + Tea) - My journey from SVG to PNG
I've been working on a hydration tracker (DewDrop) and wanted to share a technical challenge I just solved: visualizing multiple drinks stacked in one container with smooth animations. The Problem: Us...
REDDIT
Starting to learn API integration in flutter.
Hello everyone. Ive been working on my flutter skills and built some basic UI projects. So for someone new to APIs where do you recommend me to start. Should I start with the standard http package? An...
PUBDEV
ticker_free_circular_progress_indicator v2.0.0
A hot-restart safe circular progress indicator that doesn't use TickerProviderStateMixin, using manual frame callbacks for animations.
PUBDEV
states_rebuilder_extended v2.0.0
Extensions and helpers enhancing states_rebuilder (Injected) API: update/toggle/multi-builder utilities + MyNull injector.
PUBDEV
soundsliced_tween_animation_builder v2.0.0
A Flutter package providing a custom TweenAnimationBuilder that uses Timer-based animations, surviving hot restarts without engine assertions.
PUBDEV
soundsliced_dart_extensions v2.0.0
A comprehensive collection of Dart extensions for Flutter including DateTime, Duration, String, List, Color, EdgeInsets, TimeOfDay, and more utilities.
PUBDEV
dloader v1.2.8
A simple and versatile library for downloading files with support for adapters including dio, curl, wget, powershell, aria2 and axel. Feel free to create new adapters.
PUBDEV
signals_watch v2.0.0
A production-ready reactive widget for signals_flutter with lifecycle callbacks, debouncing, throttling, error handling, async helpers, and registry management.
REDDIT
[ Open-source ] Just released FlutterGuard CLI â analyze any Flutter app and see exactly what an attacker can extract so you can protect it.
Hello devs, I need feedback from you! I have been working on a utility that is specific to Flutter app scanning, that scans it and create a full report on every finding on it, including: ð Secrets ...
PUBDEV
shaker v2.0.0
Easy-to-use Flutter widget to shake any child widget with customizable duration, frequency, rotation, offset, and curve.