generic_reader 0.1.0 copy "generic_reader: ^0.1.0" to clipboard
generic_reader: ^0.1.0 copied to clipboard

outdated

GenericReader provides a systematic method of retrieving constants of arbitrary data-type from a static representation of a Dart compile-time constant.

0.0.1 #

Initial version of the library.

0.0.2 #

Changed Dart SDK version to >=2.8.1

0.0.3 #

Amended docs.

0.0.4 #

Fixed test 'get<>()'.

0.0.5 #

Amended README.md

0.0.6 #

The method addDecoder<> now returns an instance of the reader to allow method chaining.

0.0.7 #

Added method holdsA<>(). Deprecated method isA<>().

0.0.8 #

Removed pre-registered decoder for type Type.

0.0.9 #

Removed debug print statement. Updated dependencies.

0.1.0 #

Added condition to handle null input in methods getList<>() and getSet<>().Restructured folder example.

6
likes
0
pub points
30%
popularity

Publisher

verified publishersimphotonics.com

GenericReader provides a systematic method of retrieving constants of arbitrary data-type from a static representation of a Dart compile-time constant.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, meta, source_gen

More

Packages that depend on generic_reader