Use path dependencies for Playfair
This commit is contained in:
parent
d3bb306735
commit
778289f7d0
@ -1,8 +1,7 @@
|
|||||||
name: fitness
|
name: fitness
|
||||||
dependencies:
|
dependencies:
|
||||||
# TODO(abarth): Move playfair into flutter.git
|
|
||||||
# playfair: ^0.0.10
|
|
||||||
path: ^1.3.6
|
path: ^1.3.6
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
path: ../../packages/flutter
|
path: ../../packages/flutter
|
||||||
|
playfair:
|
||||||
|
path: ../../packages/playfair
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# playfair
|
# playfair
|
||||||
[](https://travis-ci.org/flutter/playfair)
|
|
||||||
[](https://coveralls.io/r/domokit/playfair?branch=master)
|
|
||||||
|
|
||||||
A simple charting library for Sky.
|
A simple charting library for Flutter.
|
||||||
|
@ -2,11 +2,14 @@ name: playfair
|
|||||||
description: A simple charting library for Flutter
|
description: A simple charting library for Flutter
|
||||||
version: 0.0.10
|
version: 0.0.10
|
||||||
author: Flutter Authors <flutter-dev@googlegroups.com>
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
||||||
homepage: https://github.com/flutter/playfair
|
homepage: https://github.com/flutter/flutter/tree/master/packages/playfair
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter: ">=0.0.3 <0.1.0"
|
flutter:
|
||||||
|
path: ../flutter
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
sky_tools: any
|
test: '>=0.12.0 <0.13.0'
|
||||||
test: ^0.12.0
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=1.8.0 <2.0.0'
|
sdk: '>=1.12.0 <2.0.0'
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
library playfair.test;
|
|
||||||
|
|
||||||
import 'package:test/test.dart';
|
import 'package:test/test.dart';
|
||||||
|
|
||||||
import 'package:playfair/playfair.dart';
|
import 'package:playfair/playfair.dart';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user