Тёмный

Master JSON Sorting & Filtering in  

Dimitar Klaturov
Подписаться 5 тыс.
Просмотров 8 тыс.
50% 1

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@KaiCodingJourney
@KaiCodingJourney Год назад
repeat after me "A P I call" not "apicoo" hahahaha, great tutorial btw
@flutterflowexpert
@flutterflowexpert Год назад
:D
@MoonDesignDev
@MoonDesignDev Год назад
Awesome solution Dimitar.
@flutterflowexpert
@flutterflowexpert Год назад
🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find! 👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well. 💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description. Thank you for watching and being a part of the community! 🚀
@danzreview
@danzreview Год назад
wow cool
@aperocool8677
@aperocool8677 Год назад
Hi Dimitar, thanks for the video! It is so great. By any chance, do you know could we filter a JSON file with a key that is dynamically set by the user? For example, I have an array of tasks and I want to grab the "duedate", but the duedate name (=key) is set by the user, how can I filter the JSON (knowing that you can't dynamically path in Flutterflow) ? Many thanks for your help!
@flutterflowexpert
@flutterflowexpert Год назад
I think you can do that using Combine Text in FF
@zidansyed
@zidansyed 8 месяцев назад
Hi, how did you made the dropdown == "original". can you explain that? its missing in video and i was not able to do it my self in FF
@flutterflowexpert
@flutterflowexpert 8 месяцев назад
Do you mean when someone clicks on the "Reset" button?
@saberel_shafey4257
@saberel_shafey4257 Год назад
Hey Dimitar, I’m a big fan of the flutterflow API integration, but actually I’ve found an issue while I’m adding an API key in body field, which trimming the double quotes automatically, while the key value contains one in the middle😅, do you have any idea?!
@flutterflowexpert
@flutterflowexpert Год назад
Try to add the API key using a variable instead.
@flutterflowexpert
@flutterflowexpert Год назад
@@saberel_shafey4257 Please join my Discord channel to show me screenshots. I am sure there is a solution for that. discord.gg/BE3ySKa7
@saberel_shafey4257
@saberel_shafey4257 Год назад
@@flutterflowexpert Unfortunately trimming the variables too, I believe the only solution is the FlutterFlow developers trim only the first and the last characters !
@pawemagdanski127
@pawemagdanski127 Год назад
I copied your funtion and set the same parameters but there is an error on sort method, when I'm trying to test the function this is the error I'm getting
@flutterflowexpert
@flutterflowexpert Год назад
Please join my Discord channel I will help you there discord.gg/cVd9dfXF
@laurentfourcade375
@laurentfourcade375 Год назад
Hey Dimitar, can we manipulate data stored in a query cache (which is a reserved AppState) with this method ?
@flutterflowexpert
@flutterflowexpert Год назад
You can manipulate data, but not with this custom code. You need other code. What you want to manipulate exactly?
@laurentfourcade375
@laurentfourcade375 Год назад
@@flutterflowexpert I have an audio app for kids, displaying more than 1,000 stories splitted in 3 ages. 3+ 6+ 8+. In my splashscreen I query an API enpoint and store the response in a Query cache. In the app settings, the user is allowed to enable/disable the display of stories with 3 toggles (3+ 6+ 8+). So I need to instantly filter stories on each toggle action.
@flutterflowexpert
@flutterflowexpert Год назад
@@laurentfourcade375 Yes you can do that using this video tutorial. just instead of dtopdown's you will use toggles. it should work.
@laurentfourcade375
@laurentfourcade375 Год назад
@@flutterflowexpert The problem is that I can't access the Query Cache as an App State... But I am thinking about going back to using App State instead of Quey cache. If you are available, I may have to hire you for 2 or 3 tasks. I will use FF expert board for that, right ?
@flutterflowexpert
@flutterflowexpert Год назад
@@laurentfourcade375 Yes use the App State it is the same thing actually. So you can only update the App State when there is a new data or every day
@oneeightleft
@oneeightleft Год назад
I've got this working with first and last name in my app, but I am also trying to sort by number. I see in the code where it looks for a int... but my api pulls the value in as a string... do you know of a way that I can convert to an int before it gets into the function?
@oneeightleft
@oneeightleft Год назад
nevermind; my values from my api are int... so now I'm really confused haha.
@flutterflowexpert
@flutterflowexpert Год назад
@@oneeightleft you need to convert your values to String and not int :D
@jacolaubscher9186
@jacolaubscher9186 Год назад
Very helpful, but does seem to work for me as it seems no data added to app state variable from api call. This even happens with static data inserted to the json variable without the API call data.
@flutterflowexpert
@flutterflowexpert Год назад
Hmmm that is strange. What do you mean by static data? When you put the JSON in the App State?
@jacolaubscher9186
@jacolaubscher9186 Год назад
@@flutterflowexpert yes, 'Add Item' in App State work with same info from api call, bu with method as per video returns NULL in the listview. Almost as if it is not storing the data from the api call.
@flutterflowexpert
@flutterflowexpert Год назад
@@jacolaubscher9186 that's strange you can find me in the community and DM me your API so I can test it if you want
@jacolaubscher9186
@jacolaubscher9186 Год назад
@@flutterflowexpert will do. Thanks Dimitar. Also booked some time to show you.
Далее
How To Write Unit Tests in Python • Pytest Tutorial
35:34
Новый хит Люси Чеботиной 😍
00:33
Linkin Park: FROM ZERO (Livestream)
1:03:46
Просмотров 7 млн
How to Dynamically Filter API Calls in FlutterFlow
14:54
How to Execute API Calls
18:43
Просмотров 39 тыс.
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
Using Generics with PHP
25:55
Просмотров 7 тыс.
OpenAI Embeddings and Vector Databases Crash Course
18:41
Form Validation UI in FlutterFlow Tutorial
20:49
Просмотров 32 тыс.