Skip to content

Commit c3490ce

Browse files
committed
align
1 parent 1502cd2 commit c3490ce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/widget/regular/align/index.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import 'demo.dart' as Demo;
44

55
class Index extends StatefulWidget {
66
static String name = 'Align';
7-
static String routerName = 'align';
87
static String originCodeUrl = 'https://docs.flutter.io/flutter/widgets/Align-class.html';
98
static String codeUrl = 'docs/widget/regular/align/code.md';
109
static String mdUrl = 'docs/widget/regular/align/index.md';

lib/widget/regular/index.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ List widgets = [
2929
name: Padding.Index.name
3030
),
3131
ItemInfo(
32-
routerName: nameSpaces + Align.Index.routerName,
3332
widget: Align.Index(),
3433
code: 57917, // format_indent_decrease
3534
name: Align.Index.name

0 commit comments

Comments
 (0)