PUBDEV
app_intents v0.2.0
Flutter plugin for iOS App Intents integration. Enables Siri, Shortcuts, and Spotlight support.
PUBDEV
app_intents_annotations v0.2.0
Annotations for defining iOS App Intents in Flutter. Use with app_intents and app_intents_codegen.
REDDIT
Struggling to land a Flutter job for 3 months apps live on Play Store + App Store, 1+ YOE. Is the Indian Flutter market just broken for junior devs ?
Hey r/flutterdev, Been actively job hunting for about 3 months now and genuinely curious if others are experiencing the same thing. Quick background: I've been working with Flutter seriously for over ...
PUBDEV
dart_inspect v1.0.1
Dart source inspection tool and CLI for reporting imports, classes, and fields using the analyzer AST, with Markdown and programmatic support.
PUBDEV
auropay_payments_sandbox v1.3.1
AuroPay plugin allows you to accept in-app payments providing you with the building blocks, to create a seamless checkout experience for iOS and Android apps.
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.
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....