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
Mateo
2022-11-04 10:44:41 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a407735f3960f26a5fe18f65016cb953f5df4154
a407735f
1 parent
2a298203
remove super
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_rx/src/rx_types/rx_iterables/rx_list.dart
lib/get_rx/src/rx_types/rx_iterables/rx_list.dart
View file @
a407735
...
...
@@ -115,7 +115,7 @@ class RxList<E> extends GetListenable<List<E>>
@override
set
value
(
List
<
E
>
val
)
{
super
.
value
=
val
;
value
=
val
;
refresh
();
}
...
...
Please
register
or
login
to post a comment