dynamic_schema_mapper 0.1.0+2 copy "dynamic_schema_mapper: ^0.1.0+2" to clipboard
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
1
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Automatically map dynamic backend JSON to type-safe Dart structures at runtime without model classes. Perfect for evolving APIs.

Repository (GitHub)
View/report issues

Topics

#json #parsing #serialization #dynamic #backend

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on dynamic_schema_mapper