generic_reader 0.1.0 generic_reader: ^0.1.0 copied to clipboard
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
.