PackageTrack
Sign in Get early access

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 2024
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 16
  1. 3.1.2 16 Oct 2024
    Release notes
    • Require Dart 3.4
    • Add chunked decoding support (startChunkedConversion) for CodePage encodings.
    • Upper-cast the return type of the decoder from List<int> to Uint8List.
    • Move to dart-lang/core monorepo.
    Open source →
  2. 3.1.1 12 Oct 2022
    Release notes
    • Require Dart 2.18
    • Fix a number of comment references.
    Open source →
  3. 3.1.0 12 Oct 2022
    Release notes
    • Add a fixed-pattern DateTime formatter. See #210 in package:intl.
    Open source →
  4. 3.0.2 30 May 2022
    Release notes
    • Fix bug in CodePage class. See issue #47.
    Open source →
  5. 3.0.1 24 Jun 2021
    Release notes
    • Dependency clean-up.
    Open source →
  6. 3.0.0 05 Feb 2021
    Release notes
    • Stable null safety release.
    • Added CodePage class for single-byte Encoding implementations.
    Open source →
  7. 3.0.0-nullsafety.0 16 Nov 2020 pre-release

    Nothing published for this version

  8. 2.1.1 19 Dec 2018
    Release notes
    • Fixed a DDC compilation regression for consumers using the Dart 1.x SDK that was introduced in 2.1.0.
    Open source →
  9. 2.1.0 17 Dec 2018
    Release notes
    • Added an IdentityCodec<T> which implements Codec<T,T> for use as default value for in functions accepting an optional Codec as parameter.
    Open source →
  10. 2.0.2 18 Jul 2018
    Release notes
    • Set max SDK version to <3.0.0, and adjust other dependencies.
    Open source →
  11. 2.0.1 08 Aug 2016
    Release notes
    • PercentEncoder no longer encodes digits. This follows the specified behavior.
    Open source →
  12. 2.0.0 03 Jun 2016
    Release notes

    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.
    Open source →
  13. 1.1.1 27 Apr 2016
    Release notes
    • Fix all strong-mode warnings.
    Open source →
  14. 1.1.0 22 Apr 2016
    Release notes
    • Add AccumulatorSink, ByteAccumulatorSink, and StringAccumulatorSink classes for providing synchronous access to the output of chunked converters.
    Open source →
  15. 1.0.1 03 Nov 2015
    Release notes
    • Small improvement in percent decoder efficiency.
    Open source →
  16. 1.0.0 08 Oct 2015
    Release notes
    • Initial version
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive