| Index: packages/convert/README.md
|
| diff --git a/packages/convert/README.md b/packages/convert/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9a832fda111bf883d872631875cea0ea307920b9
|
| --- /dev/null
|
| +++ b/packages/convert/README.md
|
| @@ -0,0 +1,6 @@
|
| +# Conversion utilities package
|
| +
|
| +This package contains encoders and decoders for converting between different
|
| +data representations. It's the external counterpart of the `dart:convert` core
|
| +library, and contains less-central APIs and APIs that need more flexible
|
| +versioning.
|
|
|