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 a42dc8c commit b0d6602Copy full SHA for b0d6602
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-0.8.6-stable:
+v.0.8.7-stable:
2
+just update readme.
3
+
4
+v0.8.6-stable:
5
The first version published to pub.dev.
6
7
The following functions are supported:
README.md
@@ -79,12 +79,12 @@ dependencies:
79
flutter_constraintlayout:
80
git:
81
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
82
- ref: 'v0.8.6-stable'
+ ref: 'v0.8.7-stable'
83
```
84
85
```yaml
86
dependencies:
87
- flutter_constraintlayout: ^0.8.6-stable
+ flutter_constraintlayout: ^0.8.7-stable
88
89
90
```dart
0 commit comments