reflect_buddy 1.1.8 copy "reflect_buddy: ^1.1.8" to clipboard
reflect_buddy: ^1.1.8 copied to clipboard

A powerful live Dart JSON serializer / deserializer based on reflection

1.1.8 #

  • Removed unnecessary prints

1.1.7 #

  • Added support for Enums as primitive values to toJson

1.1.6 #

  • Added support for Enums as primitive values to fromJson

1.1.5 #

  • Fixed broken type check

1.1.4 #

  • Added a support for dynamic declarations

1.1.3 #

  • Added JsonPhoneConverter

1.1.2 #

  • Added a possibility to convert Map to JSON as well

1.1.1 #

  • Renamed some validators and converters

1.0.11 #

  • Added PasswordValidator with configuration
  • Added PhoneValidator which validates a phone against real country codes and formats not against a regular expression, which makes a validation much more reliable
  • Added CreditCardNumberValidator which can use Luhn algo to validate a card number combined with a card system check

1.0.8 #

  • actualValue in checkForNull is now required

1.0.7 #

  • checkForNull method in value validators is not public

1.0.6 #

  • Fixed toJson for primitive types

1.0.4 #

  • Fixed readme anchors

1.0.3 #

  • Added 2 validators and one converter

1.0.0 #

  • Initial version.
2
likes
0
points
593
downloads

Publisher

verified publishersoftmaestri.com

Weekly Downloads

A powerful live Dart JSON serializer / deserializer based on reflection

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, path

More

Packages that depend on reflect_buddy