convert
Utilities for converting between data representations. Provides a number of Sink, Codec, Decoder, and Encoder types.
3.1.2
9.3M downloads/mo
#36 most downloaded on pub.dev
dart-lang/core
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 6 weeks to 2.0 years
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
16 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Oct 2015 to Oct 2024Releases
latest 16-
3.1.216 Oct 2024Release notes
Open source →- Require Dart 3.4
- Add chunked decoding support (
startChunkedConversion) forCodePageencodings. - Upper-cast the return type of the decoder from
List<int>toUint8List. - Move to
dart-lang/coremonorepo.
-
3.1.112 Oct 2022 -
3.1.012 Oct 2022 -
3.0.230 May 2022 -
3.0.124 Jun 2021 -
3.0.005 Feb 2021Release notes
Open source →- Stable null safety release.
- Added
CodePageclass for single-byteEncodingimplementations.
-
3.0.0-nullsafety.016 Nov 2020 pre-releaseNothing published for this version
-
2.1.119 Dec 2018Release notes
Open source →- Fixed a DDC compilation regression for consumers using the Dart 1.x SDK that
was introduced in
2.1.0.
- Fixed a DDC compilation regression for consumers using the Dart 1.x SDK that
was introduced in
-
2.1.017 Dec 2018Release notes
Open source →- Added an
IdentityCodec<T>which implementsCodec<T,T>for use as default value for in functions accepting an optionalCodecas parameter.
- Added an
-
2.0.218 Jul 2018 -
2.0.108 Aug 2016Release notes
Open source →PercentEncoderno longer encodes digits. This follows the specified behavior.
-
2.0.003 Jun 2016Release notes
Open source →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, andPercentEncoderno longer extendChunkedConverter.
-
1.1.127 Apr 2016 -
1.1.022 Apr 2016Release notes
Open source →- Add
AccumulatorSink,ByteAccumulatorSink, andStringAccumulatorSinkclasses for providing synchronous access to the output of chunked converters.
- Add
-
1.0.103 Nov 2015 -
1.0.008 Oct 2015