Replies: 1 comment 4 replies
-
Hi, you forgot |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unable to add an instance of class Favorite into the RxList using add().
The RxList after added is empty.
Not even a single variable in class Favorite which gets updated as seen on code below.
Class Favorite has three variables which must be input.
I have added the Get.put in the main class.
Here is the scenario:
I created a class Favorite.
I used this class as instance for new RxList
I checked whether the RxList has added the Favorite instance into it.
This is the playlist.dart
Beta Was this translation helpful? Give feedback.
All reactions