TF-675 Implement upload attachment on presentation layer
This commit is contained in:
@@ -5,6 +5,7 @@ import 'package:get/get.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
import 'package:tmail_ui_user/features/email/data/local/html_analyzer.dart';
|
||||
import 'package:tmail_ui_user/main/utils/email_receive_manager.dart';
|
||||
import 'package:uuid/uuid.dart';
|
||||
|
||||
class CoreBindings extends Bindings {
|
||||
|
||||
@@ -18,6 +19,7 @@ class CoreBindings extends Bindings {
|
||||
_bindingToast();
|
||||
_bindingDeviceManager();
|
||||
_bindingReceivingSharingStream();
|
||||
_bindingUtils();
|
||||
}
|
||||
|
||||
void _bindingAppImagePaths() {
|
||||
@@ -53,4 +55,8 @@ class CoreBindings extends Bindings {
|
||||
void _bindingReceivingSharingStream() {
|
||||
Get.put(EmailReceiveManager());
|
||||
}
|
||||
|
||||
void _bindingUtils() {
|
||||
Get.put(const Uuid());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user