Jonatas

fix simplebuilder

@@ -89,7 +89,7 @@ abstract class GetNotifier<T> extends Value<T> with GetLifeCycle { @@ -89,7 +89,7 @@ abstract class GetNotifier<T> extends Value<T> with GetLifeCycle {
89 } 89 }
90 90
91 RxStatus get status { 91 RxStatus get status {
92 - // notifyChildrens(); 92 + notifyChildrens();
93 return _status; 93 return _status;
94 } 94 }
95 95
@@ -158,4 +158,3 @@ class RxStatus { @@ -158,4 +158,3 @@ class RxStatus {
158 } 158 }
159 159
160 typedef NotifierBuilder<T> = Widget Function(T state); 160 typedef NotifierBuilder<T> = Widget Function(T state);
161 -