Skip to content

Commit e93ebf3

Browse files
author
fbchen
committed
add import case
1 parent 6209751 commit e93ebf3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Support platform:
3131
5. Linux
3232
6. Web
3333

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+
3444
# Example
3545
3646
```dart

lib/constraint_layout.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
library constraint_layout;
2+
3+
export 'constrait_layout/constraint_layout.dart';

0 commit comments

Comments
 (0)