Skip to content

Commit 9442591

Browse files
author
fbchen
committed
decrease dart version
1 parent 292175d commit 9442591

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.8.1-beta:
1+
0.8.4-stable:
22
The first version published to pub.dev.
33

44
The following functions are supported:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ packages:
164164
source: hosted
165165
version: "2.1.1"
166166
sdks:
167-
dart: ">=2.16.1 <3.0.0"
167+
dart: ">=2.12.0 <3.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: flutter_constraintlayout
22
description: Build flexible layouts with constraints, Similar to Android ConstraintLayout.
3-
version: 0.8.1-beta
3+
version: 0.8.4-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

77
environment:
8-
sdk: ">=2.16.1 <3.0.0"
8+
sdk: ">=2.12.0 <3.0.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)