flutter/packages/updater/pubspec.yaml
Adam Barth 08539b4e4d Rewire the pubspecs to use local paths
Using local paths ensures that each package sees each other package at HEAD.
2015-11-06 22:46:52 -08:00

17 lines
332 B
YAML

name: updater
author: Flutter Authors <flutter-dev@googlegroups.com>
description: An autoupdater for Flutter
homepage: http://flutter.io
dependencies:
path: ^1.3.0
yaml: ^2.1.3
# TODO(abarth): Updater should not depend on flutter
flutter:
path: ../flutter
flx:
path: ../flx
environment:
sdk: '>=1.12.0 <2.0.0'