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 6209751 commit e93ebf3Copy full SHA for e93ebf3
README.md
@@ -31,6 +31,16 @@ Support platform:
31
5. Linux
32
6. Web
33
34
+# Import
35
+
36
+Null-safety
37
38
+```yaml
39
+dependencies:
40
+ flutter_constraintlayout:
41
+ git: https://github.com/hackware1993/Flutter-ConstraintLayout.git
42
+```
43
44
# Example
45
46
```dart
lib/constraint_layout.dart
@@ -0,0 +1,3 @@
1
+library constraint_layout;
2
3
+export 'constrait_layout/constraint_layout.dart';
0 commit comments