PUBDEV
app_intents_codegen v0.2.0
Code generator for Flutter AppIntents. Produces Swift and Dart code from @IntentSpec and @EntitySpec annotations.
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.
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.
MASTODON
TIL about GenUI and the underlying protocol A2UI … it’s like YOLO mode for your apps…
TIL about GenUI and the underlying protocol A2UI … it’s like YOLO mode for your apps 🤪https://blog.flutter.dev/flutter-darts-2026-roadmap-89378f17ebbdhttps://a2ui.orgApparently it’s already something...
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.
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...