subzero 0.0.1
subzero: ^0.0.1 copied to clipboard
A Flutter plugin that provides reflection capabilities for Dart classes. Supports copyWith and toJson functionality with native platform implementations.
Subzero #
A Flutter plugin that provides reflection capabilities for Dart classes. Supports copyWith and toJson functionality with native platform implementations.
Features #
- Runtime property type information
- Automatic copyWith implementation
- Platform-specific native code support (iOS and Android)
Getting Started #
Add this to your package's pubspec.yaml file:
dependencies:
subzero: ^0.0.1
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.