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 9442591 commit ff49834Copy full SHA for ff49834
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.4-stable'
+ ref: 'v0.8.5-stable'
81
```
82
83
# Example
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: flutter_constraintlayout
2
description: Build flexible layouts with constraints, Similar to Android ConstraintLayout.
3
-version: 0.8.4-stable
+version: 0.8.5-stable
4
anthor: hackware
5
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
6
0 commit comments