File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import 'package:efox_flutter/controller/index.dart' as Controller;
44import 'package:efox_flutter/config/theme.dart' show AppTheme;
55import 'component/tabs.dart' as TabIndex;
66import 'mine/index.dart' as MyIndex;
7- import 'app-login /index.dart' as LoginIndex;
7+ import 'app_login /index.dart' as LoginIndex;
88
99import 'package:efox_flutter/store/index.dart' show Store, UserModel;
1010
Original file line number Diff line number Diff line change 11# Flutter UI V1.0.0 代码规范
22
33### 文件命名规范
4- ##### 文件夹小写“单”词,复合词建议用中划线隔开
4+ ##### 文件夹小写“单”词,复合词建议用下划线隔开
55```
66lib
77 |--components
88 |--page
9- |--app-login
9+ |--app_login
1010```
1111
1212* 不建议以下写法 *
1313```
1414lib
15- |--common_component 【X】
15+ |--common-component 【X】
1616 |--commonComponent 【X】
1717 |--homepage 【X】
1818```
You can’t perform that action at this time.
0 commit comments