Skip to content

Commit fbe8826

Browse files
authored
Update package version and bump to dart2 (flutter#10)
* Update package version and bump to dart2 * Fix travis test
1 parent bf0ff13 commit fbe8826

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

packages/flutter_image/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addons:
1212
- fonts-droid
1313

1414
before_script:
15-
- git clone https://github.com/flutter/flutter.git -b alpha --depth 1
15+
- git clone https://github.com/flutter/flutter.git -b beta --depth 1
1616
- export PATH=$PATH:$(pwd)/flutter/bin
1717
- export FLUTTER_HOME=$(pwd)/flutter
1818
- flutter doctor

packages/flutter_image/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
* **Breaking change**. SDK constraints to support Flutter beta versions and Dart 2 only.
6+
37
## 0.0.3
48

59
- Moved `flutter_test` to dev_dependencies in `pubspec.yaml`, and fixed issues
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: flutter_image
2-
version: 0.0.3
2+
version: 1.0.0
33
description: >
44
Image utilities for Flutter: providers, effects, etc
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/flutter/flutter_image
77

8-
environment:
9-
sdk: '>=1.0.0 <2.0.0'
10-
118
dependencies:
129
flutter:
1310
sdk: flutter
@@ -17,3 +14,7 @@ dev_dependencies:
1714
test: any
1815
flutter_test:
1916
sdk: flutter
17+
18+
environment:
19+
sdk: ">=2.0.0-dev.28.0 <3.0.0"
20+
flutter: ">=0.1.4 <2.0.0"

0 commit comments

Comments
 (0)