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 233a14a commit fedd598Copy full SHA for fedd598
lib/widget/scrollview/gridview/index.dart
@@ -9,7 +9,7 @@ class Demo extends StatefulWidget {
9
static String name = 'GridView';
10
static String routerName = 'gridview';
11
static String originUrl = 'https://flutter.io/docs/cookbook/lists/grid-lists';
12
- static String codeUrl = 'https://github.com/efoxTeam/flutter-ui/blob/master/readme.md';
+ static String codeUrl = 'https://github.com/efoxTeam/flutter-ui/blob/master/docs/widget/scrollview/gridview/code.md';
13
static String mdUrl = _mdUrl;
14
15
@override
0 commit comments