We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafa65a commit f6ae542Copy full SHA for f6ae542
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-0.8.5-stable:
+0.8.6-stable:
2
The first version published to pub.dev.
3
4
The following functions are supported:
README.md
@@ -77,7 +77,7 @@ dependencies:
77
flutter_constraintlayout:
78
git:
79
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
80
- ref: 'v0.8.5-stable'
+ ref: 'v0.8.6-stable'
81
```
82
83
# Example
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_constraintlayout
description: Build flexible layouts with constraints, Similar to Android ConstraintLayout.
-version: 0.8.5-stable
+version: 0.8.6-stable
anthor: hackware
5
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
6
0 commit comments