PUBDEV
google_places_sdk_plus v0.5.3
A Flutter plugin for google places sdk that uses the native libraries on each platform
PUBDEV
dio_architect v0.1.0
Enterprise-grade, highly customizable, zero-jank, and ultra-resilient Flutter HTTP package wrapping dio.
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.
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.
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...