PUBDEV
matcher v0.12.19
Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases.
REDDIT
Flutter & Dartâs 2026 roadmap
Hey community fam ð â have you read the new Flutter & Dartâs 2026 roadmap yet? link: https://blog.flutter.dev/flutter-darts-2026-roadmap-89378f17ebbd My quick takeaways (TL;DR): Impeller: finis...
PUBDEV
mrz_sc v0.0.1
A highly customizable, on-device Machine Readable Zone (MRZ) hardware scanner for Flutter, powered by Google ML Kit. Scans passports effortlessly.
MASTODON
混沌を彷徨う灯火 Світло, що блукає крізь хаос混沌を彷徨う小さな灯火達Маленькі вогники, що блукають у…
混沌を彷徨う灯火 Світло, що блукає крізь хаос混沌を彷徨う小さな灯火達Маленькі вогники, що блукають у хаосіhttps://note.com/poison_raika/n/n87d3ebb3cdf0<>#small #light #wander #through #chaos #gather #together #drawn #war...
PUBDEV
diagram_dart v0.1.0
Analyzes Dart projects and generates diagrams from source code, detecting inheritance, interfaces, mixins, and dependencies.
DEVTO
JSON to Dart: Complete Guide to Flutter Class Generation with Null Safety
Converting JSON to Dart classes for Flutter with null safety — everything you need. Manual fromJson/toJson class User { final int id; final String name; final String? bio; // nullable User({required t...
PUBDEV
biometric_shield v0.1.0
A composable Flutter SDK that wraps biometric authentication into an injectable, namespace-aware layer with typed results, fallback chains, session management, lockout logic, and audit event emission....
PUBDEV
flutter_soft_keyboard v1.2.0
This Flutter package is a virtual keyboard widget that can be implemented using a 2D array.
PUBDEV
easy_update v1.0.1
Remote Config based Flutter app version control package. Provides ready-to-use dialogs and services for mandatory and optional updates with 47 language support.
PUBDEV
recaster v0.1.1
Desktop Flutter plugin for recording the current app window on macOS, Windows, and Linux.
PUBDEV
unifold_flutter v0.1.4
Flutter SDK for integrating Unifold deposit flows into your app. Supports crypto transfers, fiat on-ramp via card payments, and deposit tracking.
PUBDEV
over_react_codemod v2.38.0
Codemods for consumers of over_react that automate the migration of UI component code.
PUBDEV
is_dart_empty_or_not v0.4.0
A Dart package that provides extensions for checking empty or zero values
PUBDEV
flutter_popup_card v0.0.7
A Flutter plugin to create a card or custom widget that can popup overtop of your main app.
REDDIT
I built a database engine and ecosystem using the Dart language!
I'm new to Reddit... Please forgive me if I don't know the lingo -_- Alright, here goes: I developed my own database engine in Dart and a NoSQL Database API that you can use instead of Firebase. Once ...