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.
DEVTO
Design-Driven Firebase in Flutter: Building Custom In-App Messaging with SwiftUI & Compose
🆕 Design-Driven Firebase in Flutter: Building Custom In-App Messaging with SwiftUI & Compose In-app messaging plays a critical role in how users interact with modern apps — from promoting offers to d...
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.
DEVTO
GoRouter Advanced Tutorial 2026: Bottom Nav, Nested Routes, Auth Redirects & Typed Navigation 🚀
I remember being asked early in my career as a software engineer whether I could persist the bottom navigation so it would stay on the screen regardless of which page the user navigated to. My colleag...
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.
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.