Replies: 3 comments 1 reply
-
@weiddolo once you receive list from online JSON, you just need to pass this list to filter model. For reference check how it is done in example https://github.com/TheAlphamerc/flutter_plugin_filter_list/blob/f6a61b5fbe3de4c5dd519b1fd679140e806383a4/example/lib/main.dart#L72 |
Beta Was this translation helpful? Give feedback.
-
Thank you for reply. I tried adding this:
[...] but I have this problem: |
Beta Was this translation helpful? Give feedback.
-
Thank you! Can you help me with this question: If my json list is the following , but in dialog filter I want to show only the "category" item without duplicates?
thank you very much |
Beta Was this translation helpful? Give feedback.
-
Hi, in the example here (https://pub.dev/packages/filter_list/example) uses a list defined in the code. How can I use the plugin with with a Future<List> downloaded from online JSON?
Beta Was this translation helpful? Give feedback.
All reactions