Skip to content

Commit f73327a

Browse files
author
yangshangzhi
committed
delete file
1 parent d8112be commit f73327a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

lib/store/models/main_state_model.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'package:scoped_model/scoped_model.dart';
22
import 'user_model.dart' show UserModel;
3-
import 'theme_model.dart' show AppThemeModel;
43
import 'config_state_model.dart' show ConfigModel;
54

65
/**
@@ -12,7 +11,7 @@ import 'config_state_model.dart' show ConfigModel;
1211
*/
1312

1413
///主数据模型,需要全局使用的数据在这里添加模型
15-
class MainStateModel extends Model with UserModel, AppThemeModel {
14+
class MainStateModel extends Model with UserModel {
1615
Map<String, dynamic> state = {};
1716
ConfigModel config = ConfigModel();
1817

lib/store/models/theme_model.dart

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)