# flutter_eventbus_sample **Repository Path**: qinghao/flutter_eventbus_sample ## Basic Information - **Project Name**: flutter_eventbus_sample - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-24 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_eventbus_sample - a sample about useing flutter_eventbus # 运行须知 - 运行需要建议吧 flutter 版本调成本项目版本 - 本项目版本见下方注释: >Flutter 1.22.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 8874f21e79 (5 months ago) • 2020-10-29 14:14:35 -0700 Engine • revision a1440ca392 Tools • Dart 2.10.3 # dependencies ```html event_bus: ^1.1.1 fluttertoast: ^7.1.1 ``` # 參考 - [Flutter中使用event_bus进行事件广播和事件监听](https://cloud.tencent.com/developer/article/1520801) - [Flutter 知识梳理 (Dart) - implements, extends, mixin 的理解](https://www.jianshu.com/p/18e8d285c81a)