dynamic_value 2.0.0 copy "dynamic_value: ^2.0.0" to clipboard
dynamic_value: ^2.0.0 copied to clipboard

outdated

The easy way to work with JSON data, safe access to nested data in the Map and safe type conversion.

2.0.0 #

  • Added the toMap<K, V> method to support typed Map classes.
  • Types and parameters are now specified in builders.

2.0.0-nullsafety.4 #

  • Improved toList<T> method to support different Iterable classes.

2.0.0-nullsafety.3 #

  • In the to<T> and toList<T> methods, the defaultValue argument type has been changed from dynamic to T?/List<T>?.

2.0.0-nullsafety.2 #

  • Operator [] now returns type DynamicValue instead of type dynamic.

2.0.0-nullsafety.1 #

  • Migrate to null safety.

1.0.1+1 #

  • Operator [] now returns type DynamicValue instead of type dynamic.

1.0.1 #

  • Fixed bug in .toList() method.
  • Added examples.

1.0.0+1 #

  • Initial version
8
likes
0
pub points
52%
popularity

Publisher

verified publisheramazingsoftworks.com

The easy way to work with JSON data, safe access to nested data in the Map and safe type conversion.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on dynamic_value