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

outdated

Enables retrieving generic const values from a static analyzer representation. Streamlines reading constants of type List, Map, Set, as well as Dart enums.

0.1.5 #

Fixed missing references in dartdocs.

0.1.4 #

Moved package generic_reader_example to its own folder to expose README.md. Otherwise, the tab example just shows the content of the library generic_reader_example.

0.1.3 #

Amended README.md.

0.1.2 #

Rearranged folder structure of lib.

0.1.1 #

Added methods getMap<T>() and getEnum<T>().

0.1.0 #

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

0.0.9 #

Removed debug print statement. Updated dependencies.

0.0.8 #

Removed pre-registered decoder for type Type.

0.0.7 #

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

0.0.6 #

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

0.0.5 #

Amended README.md

0.0.4 #

Fixed test get<T>().

0.0.3 #

Amended docs.

0.0.2 #

Changed Dart SDK version to >=2.8.1

0.0.1 #

Initial version of the library.

6
likes
0
pub points
30%
popularity

Publisher

verified publishersimphotonics.com

Enables retrieving generic const values from a static analyzer representation. Streamlines reading constants of type List, Map, Set, as well as Dart enums.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, exception_templates, meta, source_gen

More

Packages that depend on generic_reader