PUBDEV
tom_basics_console v1.0.0
Console and standalone platform utilities for Tom applications - platform detection, console output, and HTTP client support.
PUBDEV
tom_basics_network v1.0.0
Network utilities for Tom applications - HTTP retry and server discovery.
PUBDEV
particle_reform v0.2.0
A Flutter package that breaks down any widget into pixel particles and animates them with customizable effects. Watch your widgets scatter, spin, and reform with beautiful particle animations.
PUBDEV
tom_rt_native_semaphores v1.0.0-beta.7
Temporary fork of runtime_native_semaphores with missing Linux ARM ABI mappings added to fix cross-platform AOT compilation errors.
PUBDEV
tom_chattools v1.0.1
Unified chat API abstraction for Telegram, WhatsApp, Signal, and other messaging platforms.
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.