event_bus_plus 0.2.2 copy "event_bus_plus: ^0.2.2" to clipboard
event_bus_plus: ^0.2.2 copied to clipboard

Event Bus for Dart.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';

void main() {
  runApp(const MyApp());
}