fix marker rendering & modernize riding widgets for dark mode - 2026-04-11
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:Intaleq/controller/firebase/firbase_messge.dart';
|
||||
import 'package:Intaleq/controller/firebase/local_notification.dart';
|
||||
import 'package:Intaleq/controller/home/deep_link_controller.dart';
|
||||
import 'package:Intaleq/controller/local/local_controller.dart';
|
||||
import 'package:Intaleq/controller/functions/tts.dart';
|
||||
|
||||
/// This is the central dependency injection file for the app.
|
||||
/// It uses GetX Bindings to make the app start faster and manage memory better.
|
||||
@@ -35,5 +36,8 @@ class AppBindings extends Bindings {
|
||||
|
||||
// FirebaseMessagesController is also initialized on splash, but must persist its token and listeners.
|
||||
Get.lazyPut(() => FirebaseMessagesController(), fenix: true);
|
||||
|
||||
// TextToSpeechController for global accessibility
|
||||
Get.lazyPut(() => TextToSpeechController(), fenix: true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user