event_bus_plus 0.3.0+1 copy "event_bus_plus: ^0.3.0+1" to clipboard
event_bus_plus: ^0.3.0+1 copied to clipboard

Event Bus for Dart.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';

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