dynamic_schema_mapper 0.1.0+2
dynamic_schema_mapper: ^0.1.0+2 copied to clipboard
Automatically map dynamic backend JSON to type-safe Dart structures at runtime without model classes. Perfect for evolving APIs.
0.1.0+2 #
- Fixed README formatting for better pub.flutter-io.cn display
0.1.0+1 #
- Fixed README formatting for better pub.flutter-io.cn display
0.1.0 #
- Initial release
- Dynamic JSON parsing without model classes
- Type-safe getters (getString, getInt, getDouble, getBool)
- Support for nested objects and lists
- Automatic schema change detection
- Optional local caching with SharedPreferences
- Comprehensive test coverage
- Complete example app with 6 interactive demonstrations
- Full documentation and guides