name: convert | |
version: 3.0.1 | |
description: >- | |
Utilities for converting between data representations. | |
Provides a number of Sink, Codec, Decoder, and Encoder types. | |
repository: https://github.com/dart-lang/convert | |
environment: | |
sdk: '>=2.12.0-0 <3.0.0' | |
dependencies: | |
typed_data: ^1.3.0 | |
dev_dependencies: | |
charcode: ^1.2.0 | |
pedantic: ^1.10.0 | |
test: ^1.16.0-nullsafety.9 |