TF-1877 Fix error TextEditingController was used after being disposed on some screen
(cherry picked from commit 50e4c6ec55eea21a45a5a8dd31cd239245248df3)
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
|
||||
import 'package:core/utils/app_logger.dart';
|
||||
import 'package:get/get_instance/src/bindings_interface.dart';
|
||||
|
||||
abstract class BaseBindings extends Bindings {
|
||||
|
||||
@override
|
||||
void dependencies() {
|
||||
log('BaseBindings::dependencies():');
|
||||
bindingsDataSourceImpl();
|
||||
bindingsDataSource();
|
||||
bindingsRepositoryImpl();
|
||||
|
||||
Reference in New Issue
Block a user