fix:code url

This commit is contained in:
yifeng.yl
2019-01-30 12:35:50 +08:00
parent a3ebc2c4bb
commit 588c17ca10
42 changed files with 53 additions and 47 deletions

View File

@ -35,7 +35,7 @@ class _DemoState extends State<Demo> {
content1,
// LinearProgressIndicatorDemo(),
],
codeUrl: '/components/Progress/RefreshProgressIndicator/demo.dart',
codeUrl: 'components/Progress/RefreshProgressIndicator/demo.dart',
docUrl:'https://docs.flutter.io/flutter/material/RefreshProgressIndicator-class.html',
title: 'RefreshProgressIndicator');
}