[a-c] Update Flutter SDK constraint (#3320)
Update Flutter SDK constraint to match templates.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b5ae77..b5d8a56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.0+1
+
+- Update Flutter SDK constraint.
+
## 0.1.0
- Initial open-source release
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 40084d3..495a0ce 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,8 +1,7 @@
-
name: cross_file
description: An abstraction to allow working with files across multiple platforms.
homepage: https://github.com/flutter/plugins/tree/master/packages/cross_file
-version: 0.1.0
+version: 0.1.0+1
dependencies:
flutter:
@@ -17,4 +16,4 @@
environment:
sdk: ">=2.1.0 <3.0.0"
- flutter: ">=1.22.0 <2.0.0"
\ No newline at end of file
+ flutter: ">=1.22.0"