PUBDEV
subscription_guard v0.0.2
A declarative, provider-agnostic subscription tier gating package for Flutter. Gate features, widgets, and routes based on subscription tiers with zero purchase SDK dependency.
PUBDEV
dartflow v0.0.1
A strictly typed, event-driven DAG orchestration framework for Dart. Wire immutable events to validated workflows, get typed results back as streams.
DEVTO
Flutter in 2026: What It Is, Why It Matters, and Why App Development Is a Skill Worth Learning?
There was a time when building an app meant choosing sides. If you wanted an iPhone app, you learned one language. If you wanted an Android app, you learned another. If you wanted a web app, that was ...
PUBDEV
logger_builder v0.2.0
A toolkit for creating your own customizable and hierarchical loggers in Dart.
PUBDEV
flutter_mac_dock v0.1.0
A macOS-style dock widget for Flutter with smooth magnification on hover, glassmorphism background, animated tooltips, and zero external dependencies.
PUBDEV
docs_auto_sign v0.0.2
Automatically detect signature fields in a PDF and stamp a PNG signature image onto them.
PUBDEV
flutter_smart_converter v0.1.2
A beautiful and easy-to-use unit converter package for Flutter. Supports length, weight, temperature, and area conversions. Provides beautiful UI widgets natively.
PUBDEV
supadns v1.0.0
Bypass blocked DNS for Supabase using DNS-over-HTTPS. A drop-in client that preserves TLS SNI when your ISP poisons Supabase domains.
MASTODON
So, das Kalender Widget von syncfusion eingebaut.
So, das Kalender Widget von syncfusion eingebaut. Dank Claude funktioniert es auch wie ich möchte. Spannend wird es jetzt, irgendwie die tasks von links auf den Kalender rechts zu bringen. Mal die Tut...
MASTODON
So, today, the Flutter debugger decided to stop resolving all DNS and crash.
So, today, the Flutter debugger decided to stop resolving all DNS and crash. To check some parts of my app I have to run it without debugging, but that nullify the purpose of debugging. #flutter #flut...
PUBDEV
island_snack v0.1.0
Dynamic Island-style notifications for Flutter iOS apps. Spring physics animations that expand from the island position.
PUBDEV
zeytin_state v0.0.1
A lightning-fast, reactive state management solution built strictly for ZeytinX.
PUBDEV
safe_json_decode v1.2.0
A drop-in replacement for jsonDecode that converts all JSON integers to doubles, preventing the common TypeError in Flutter apps.
PUBDEV
multitasking v1.0.0
Cooperative multitasking using asynchronous tasks, with support for forced task termination with `onExit` handlers.
PUBDEV
qora_devtools_overlay v0.1.0
In-app debug overlay for Qora. Injects a floating panel with Queries, Mutations, and Timeline tabs into the running Flutter app — zero overhead in release builds.
PUBDEV
fluttermint v0.1.0
A CLI tool to generate Flutter projects with pre-configured architecture and modules.
PUBDEV
qora_devtools_extension v0.1.0
Runtime VM service bridge for Qora DevTools. Publishes query and mutation events via developer.postEvent and registers ext.qora.* VM extensions for the DevTools inspector panel.
PUBDEV
simple_getx_folder_create v0.0.7
A Dart CLI tool that scaffolds a complete GetX Flutter project structure, including pages, network layer, utils, widgets, and a wired main.dart with GetStorage and light/dark theme support out of the ...
PUBDEV
qora_devtools_shared v0.1.0
Typed events, commands, models, and codecs — the protocol contract shared between qora_devtools_extension, qora_devtools_overlay, and the DevTools UI.