TF-46 Create composer widget with add presentation

This commit is contained in:
dab246
2021-08-26 17:17:08 +07:00
committed by Dat H. Pham
parent ee0dc37b7a
commit ee615c7ccd
15 changed files with 896 additions and 1 deletions
@@ -0,0 +1,9 @@
import 'package:get/get.dart';
import 'package:tmail_ui_user/features/composer/presentation/composer_controller.dart';
class ComposerBindings extends Bindings {
@override
void dependencies() {
Get.lazyPut(() => ComposerController());
}
}