first commit
This commit is contained in:
1
滴滴淘/ddt_flutter/lib/event/.pydio
Normal file
1
滴滴淘/ddt_flutter/lib/event/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
0cbcbc38-50fe-4a58-aa48-e8d658c4fe89
|
||||
1
滴滴淘/ddt_flutter/lib/event/help.md
Executable file
1
滴滴淘/ddt_flutter/lib/event/help.md
Executable file
@@ -0,0 +1 @@
|
||||
# 全局事件 事件总线控制,进行页面主体间通讯
|
||||
6
滴滴淘/ddt_flutter/lib/event/indexLayoutChangeEvent.dart
Executable file
6
滴滴淘/ddt_flutter/lib/event/indexLayoutChangeEvent.dart
Executable file
@@ -0,0 +1,6 @@
|
||||
// ignore: camel_case_types
|
||||
class indexLayoutChangeEvent {
|
||||
// ignore: non_constant_identifier_names
|
||||
String LayoutStyle;
|
||||
indexLayoutChangeEvent(this.LayoutStyle);
|
||||
}
|
||||
5
滴滴淘/ddt_flutter/lib/event/themeChangeEvent.dart
Executable file
5
滴滴淘/ddt_flutter/lib/event/themeChangeEvent.dart
Executable file
@@ -0,0 +1,5 @@
|
||||
// ignore: camel_case_types
|
||||
class themeChangeEvent {
|
||||
bool dark;
|
||||
themeChangeEvent(this.dark);
|
||||
}
|
||||
Reference in New Issue
Block a user