mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-09-25 07:35:12 +08:00
fix:code url
This commit is contained in:
@ -67,7 +67,7 @@ class _DemoState extends State<Demo> {
|
||||
Widget build(BuildContext context) {
|
||||
return WidgetDemo(
|
||||
title: 'ListView',
|
||||
codeUrl: '/componentss/List/ListView/demo.dart',
|
||||
codeUrl: 'components/List/ListView/demo.dart',
|
||||
contentList: [allCheckboxs(context, this)],
|
||||
docUrl: 'https://docs.flutter.io/flutter/widgets/ListView-class.html',
|
||||
);
|
||||
|
Reference in New Issue
Block a user