mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
name: flutter
|
|
version: 0.0.21
|
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
|
description: A framework for writing Flutter applications
|
|
homepage: http://flutter.io
|
|
|
|
dependencies:
|
|
collection: '>=1.1.3 <2.0.0'
|
|
intl: '>=0.12.4+2 <0.13.0'
|
|
material_design_icons: '>=0.0.3 <0.1.0'
|
|
vector_math: '>=1.4.5 <2.0.0'
|
|
quiver: '>=0.21.4 <0.22.0'
|
|
|
|
# See the comment in flutter_tools' pubspec.yaml. We have to pin it
|
|
# here also because sky_services depends on mojo_sdk which depends
|
|
# on test.
|
|
test: 0.12.6+1
|
|
|
|
# We have to pin analyzer to 0.27.1 because the flx package depends
|
|
# on pointycastle which depends on reflectable which depends on
|
|
# analyzer 0.27.1 and if we don't pin it here, then different
|
|
# packages end up bringing in different analyzer versions which
|
|
# results in 'flutter analyze' (which uses an entirely different
|
|
# analyzer, by the way!) complaining about the inconsistency.
|
|
analyzer: 0.27.1
|
|
|
|
sky_engine:
|
|
path: ../../bin/cache/pkg/sky_engine
|
|
sky_services:
|
|
path: ../../bin/cache/pkg/sky_services
|
|
|
|
cassowary:
|
|
path: ../cassowary
|
|
newton:
|
|
path: ../newton
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
path: ../flutter_test
|
|
stocks: # for the benchmarks
|
|
path: ../../examples/stocks
|
|
|
|
environment:
|
|
sdk: '>=1.12.0 <2.0.0'
|