feat: Implement voice-to-text transcription for rapid order creation and refactor RapidOrderBloc state management.

This commit is contained in:
Achintha Isuru
2026-02-27 20:37:14 -05:00
parent cbd337f4e3
commit a53dddf2e6
7 changed files with 188 additions and 199 deletions

View File

@@ -51,7 +51,10 @@ void main() async {
/// The main application module for the Client app.
class AppModule extends Module {
@override
List<Module> get imports => <Module>[core_localization.LocalizationModule()];
List<Module> get imports => <Module>[
core_localization.LocalizationModule(),
CoreModule(),
];
@override
void routes(RouteManager r) {