first commit
This commit is contained in:
1
untitled/lib/event/.pydio
Normal file
1
untitled/lib/event/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
0c3c1fdf-d565-4af5-a1d0-eb4e01b9a5b9
|
||||
4
untitled/lib/event/ClassEditEvent.dart
Normal file
4
untitled/lib/event/ClassEditEvent.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class ClassEditEvent {
|
||||
bool update;
|
||||
ClassEditEvent(this.update);
|
||||
}
|
||||
3
untitled/lib/event/_.dart
Normal file
3
untitled/lib/event/_.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
library event;
|
||||
|
||||
export 'ClassEditEvent.dart';
|
||||
Reference in New Issue
Block a user