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
WillowWisp
2021-07-09 01:17:03 +0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d940b526f3f3b53e6f44e330fcf8b162bf8310f
2d940b52
1 parent
9bcbd302
Fix proxy losing its value on exception
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/get_rx/src/rx_types/rx_core/rx_interface.dart
lib/get_rx/src/rx_types/rx_core/rx_interface.dart
View file @
2d940b5
...
...
@@ -25,6 +25,7 @@ abstract class RxInterface<T> {
RxInterface
.
proxy
=
observer
;
final
result
=
builder
();
if
(!
observer
.
canUpdate
)
{
RxInterface
.
proxy
=
_observer
;
throw
"""
[Get] the improper use of a GetX has been detected.
You should only use GetX or Obx for the specific widget that will be updated.
...
...
Please
register
or
login
to post a comment