Added a dependency list to pin packages to a certain version.

This is in case of a breakage induced by a newer version of a package. This allows the build to be kept green while we adapt.

Change-Id: Ic15e7512a0b84d10f5244617b68c7a26bc8e0801
8 files changed
tree: c8aefcca712efad791d9b11c2f34ce540bbdbac5
  1. importer/
  2. pub/
  3. .gitignore
  4. CONTRIBUTING.md
  5. dart_dependencies.yaml
  6. LICENSE
  7. README.md
README.md

Fuchsia Dart package mirror repository

This repository contains a copy of Dart packages used in the rest of Fuchsia that are mirrored from other locations, such as pub.dartlang.org.

importer/third_party contains a copy of PyYAML 3.12 from pyyaml.org.