mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-03 16:26:15 +08:00
add files
This commit is contained in:
8
lib/common/eventBus.dart
Normal file
8
lib/common/eventBus.dart
Normal file
@ -0,0 +1,8 @@
|
||||
import 'package:event_bus/event_bus.dart';
|
||||
|
||||
EventBus eventBus = new EventBus();
|
||||
|
||||
class MyEvent {
|
||||
String text;
|
||||
MyEvent(this.text);
|
||||
}
|
Reference in New Issue
Block a user