mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
17 lines
332 B
YAML
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'
|