refactor: remove unused Dashbot context and request provider; update chat viewmodel to use the existing request model

This commit is contained in:
Udhay-Adithya
2025-09-02 12:44:10 +05:30
parent 5b6c1d5139
commit aef4ee5039
13 changed files with 97 additions and 191 deletions

View File

@@ -1,5 +1,3 @@
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';