PUBDEV
aoiwe_logger v1.0.0
A structured logging package for Dart and Flutter. Features include global log level filtering, project name prefixing, and seamless IDE debug console integration.
PUBDEV
riverpod_reducer v0.1.0
A pure reducer pattern for Riverpod notifiers. Separates state initialization from reactive bindings with a single reduce(State, Event) → State function.
PUBDEV
obsidian_dart v0.1.2
Dart toolkit and runtime for building Obsidian plugins without TypeScript.
DEVTO
From Spaghetti to Structure: Why I Migrated My Production Flutter App to Clean Architecture
"First make it work, then make it beautiful and robust." I'm a junior dev. I built a real app — Anahad — that real people use. And for a while, I was proud of it. Then it grew. And I wasn't so proud a...
PUBDEV
keyboard_detection_third_party v0.0.5
This plugin helps to detect whether the user is using System Keyboard or Third party keyboard in Android device. And it will provide functionality to open system keyboard manager to change keyboard.
PUBDEV
horizontal_date_range_picker v1.0.0
A horizontally-scrollable date picker widget with single date and date range selection modes.
PUBDEV
widget_theme v0.1.0-dev.1
Code generation utilities for creating widget-specific theme models from Flutter widget properties, enabling scalable and consistent theming.
PUBDEV
widget_theme_annotation v0.1.0-dev.1
Annotation definitions for widget_theme, used to mark Flutter widgets for automatic theme model generation.
PUBDEV
mysql_driver v0.0.10
Native MySQL client written in Dart. Tested with MySQL Percona Server (5.7, 8), MariaDB (10). Supports TLS.
PUBDEV
yahoo_finance_data_reader v1.0.14
Data reader for yahoo finance to get daily stocks prices. It can be used to develop backtests and it can get all the historic daily data on yahoo finance
PUBDEV
speech_kit v0.0.1
Native Dart bindings for Apple Speech (SpeechAnalyzer, SpeechTranscriber, AssetInventory) using Dart Build Hooks.
PUBDEV
scrollable_form v0.0.1
A Flutter Form wrapper that auto scrolls to the first invalid field when form validation fails.