convert 2.1.0 copy "convert: ^2.1.0" to clipboard
convert: ^2.1.0 copied to clipboard

outdated

Utilities for converting between data representations.

2.1.0 #

  • Added an IdentityCodec<T> which implements Codec<T,T> for use as default value for in functions accepting an optional Codec as parameter.

2.0.2 #

  • Set max SDK version to <3.0.0, and adjust other dependencies.

2.0.1 #

  • PercentEncoder no longer encodes digits. This follows the specified behavior.

2.0.0 #

Note: No new APIs have been added in 2.0.0. Packages that would use 2.0.0 as a lower bound should use 1.0.0 instead—for example, convert: ">=1.0.0 <3.0.0".

  • HexDecoder, HexEncoder, PercentDecoder, and PercentEncoder no longer extend ChunkedConverter.

1.1.1 #

  • Fix all strong-mode warnings.

1.1.0 #

  • Add AccumulatorSink, ByteAccumulatorSink, and StringAccumulatorSink classes for providing synchronous access to the output of chunked converters.

1.0.1 #

  • Small improvement in percent decoder efficiency.

1.0.0 #

  • Initial version
99
likes
0
pub points
100%
popularity

Publisher

verified publisherdart.dev

Utilities for converting between data representations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

charcode, typed_data

More

Packages that depend on convert