Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonatas
2020-10-14 20:36:51 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c60f0f15386212b2b7efe40df0b566d00beb7a4
6c60f0f1
1 parent
001e16d9
fix simplebuilder
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
lib/get_state_manager/src/rx_flutter/rx_notifier.dart
lib/get_state_manager/src/rx_flutter/rx_notifier.dart
View file @
6c60f0f
...
...
@@ -89,7 +89,7 @@ abstract class GetNotifier<T> extends Value<T> with GetLifeCycle {
}
RxStatus
get
status
{
//
notifyChildrens();
notifyChildrens
();
return
_status
;
}
...
...
@@ -158,4 +158,3 @@ class RxStatus {
}
typedef
NotifierBuilder
<
T
>
=
Widget
Function
(
T
state
);
...
...
Please
register
or
login
to post a comment