From b3f3a263fd62a3a25ca5e817b03ec3032a08ee92 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Thu, 3 Oct 2024 07:56:35 -0700 Subject: [PATCH] Update: changing package name --- core/eventbus/lib/{event_bus_plus.dart => event_bus.dart} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename core/eventbus/lib/{event_bus_plus.dart => event_bus.dart} (50%) diff --git a/core/eventbus/lib/event_bus_plus.dart b/core/eventbus/lib/event_bus.dart similarity index 50% rename from core/eventbus/lib/event_bus_plus.dart rename to core/eventbus/lib/event_bus.dart index 6eaec57c..e19ecc6a 100644 --- a/core/eventbus/lib/event_bus_plus.dart +++ b/core/eventbus/lib/event_bus.dart @@ -1,3 +1,3 @@ -library event_bus_plus; +library event_bus; export 'res/res.dart';