Skip to content

Commit 7ef8c6c

Browse files
Update Flutter SDK version constraint (flutter#17)
1 parent 72730d3 commit 7ef8c6c

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

packages/flutter_image/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addons:
99
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
1010
packages:
1111
- libstdc++6
12-
- fonts-droid
12+
- fonts-droid-fallback
1313

1414
before_script:
1515
- git clone https://github.com/flutter/flutter.git -b beta --depth 1

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+
## 2.0.1
4+
5+
- Update Flutter SDK version constraint.
6+
37
## 2.0.0
48

59
* **Breaking change**. Updates for Flutter 1.5.9.

packages/flutter_image/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_image
2-
version: 2.0.0
2+
version: 2.0.1
33
description: >
44
Image utilities for Flutter: providers, effects, etc
55
author: Flutter Team <flutter-dev@googlegroups.com>
@@ -17,4 +17,4 @@ dev_dependencies:
1717

1818
environment:
1919
sdk: ">=2.0.0-dev.28.0 <3.0.0"
20-
flutter: ">=1.5.9-pre.94 <2.0.0"
20+
flutter: ">=1.5.9-pre.94 <1.10.15-pre.144"

0 commit comments

Comments
 (0)