Skip to content

Commit d1cdcff

Browse files
author
fbchen
committed
update readme
1 parent a38df24 commit d1cdcff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class ExampleState extends State<Example> {
353353

354354
# Advanced usage
355355

356-
1. guideline
356+
1. guideline [Flutter Web Online Example](https://constraintlayout.flutterfirst.cn)
357357

358358
```dart
359359
import 'package:flutter/material.dart';
@@ -412,7 +412,7 @@ class GuidelineExample extends StatelessWidget {
412412

413413
![guideline.webp](https://github.com/hackware1993/flutter-constraintlayout/blob/master/guideline.webp?raw=true)
414414

415-
2. barrier
415+
2. barrier [Flutter Web Online Example](https://constraintlayout.flutterfirst.cn)
416416

417417
```dart
418418
import 'package:flutter/material.dart';
@@ -480,7 +480,7 @@ class BarrierExample extends StatelessWidget {
480480

481481
![barrier.gif](https://github.com/hackware1993/flutter-constraintlayout/blob/master/barrier.gif?raw=true)
482482

483-
3. badge
483+
3. badge [Flutter Web Online Example](https://constraintlayout.flutterfirst.cn)
484484

485485
```dart
486486
import 'package:flutter/material.dart';
@@ -531,7 +531,7 @@ class BadgeExample extends StatelessWidget {
531531

532532
![badge.webp](https://github.com/hackware1993/flutter-constraintlayout/blob/master/badge.webp?raw=true)
533533

534-
4. grid
534+
4. grid [Flutter Web Online Example](https://constraintlayout.flutterfirst.cn)
535535

536536
```dart
537537
class GridExample extends StatelessWidget {
@@ -579,7 +579,7 @@ class GridExample extends StatelessWidget {
579579

580580
![grid.webp](https://github.com/hackware1993/flutter-constraintlayout/blob/master/grid.webp?raw=true)
581581

582-
5. staggered grid
582+
5. staggered grid [Flutter Web Online Example](https://constraintlayout.flutterfirst.cn)
583583

584584
```dart
585585
class StaggeredGridExample extends StatelessWidget {
@@ -686,7 +686,7 @@ class StaggeredGridExample extends StatelessWidget {
686686

687687
![staggered_grid.gif](https://github.com/hackware1993/flutter-constraintlayout/blob/master/staggered_grid.gif?raw=true)
688688

689-
6. circle position
689+
6. circle position [Flutter Web Online Example](https://constraintlayout.flutterfirst.cn)
690690

691691
```dart
692692
class CirclePositionExample extends StatelessWidget {

0 commit comments

Comments
 (0)