package:convert v3.1.2
- Require Dart 3.4
- Add chunked decoding support (
startChunkedConversion
) forCodePage
encodings. - Upper-cast the return type of the decoder from
List<int>
toUint8List
. - Move to
dart-lang/core
monorepo.
startChunkedConversion
) for CodePage
List<int>
to Uint8List
.dart-lang/core
monorepo.