refactor: move dashbot inside apidash

This commit is contained in:
Udhay-Adithya
2025-09-02 11:57:31 +05:30
parent 07ca90fe61
commit 5b6c1d5139
36 changed files with 114 additions and 198 deletions

5
lib/dashbot/dashbot.dart Normal file
View File

@@ -0,0 +1,5 @@
export 'dashbot_dashboard.dart';
export 'core/providers/dashbot_window_notifier.dart';
export 'core/utils/utils.dart';
export 'core/model/dashbot_request_context.dart';
export 'core/providers/dashbot_request_provider.dart';