I recently posted a request for help to be able to understand and finish this tutorial using local offline data (simple search strings). https://docs.flutterflow.io/data-and-backend/searching-data/simple-search . I'm trying again but with more clear explanation and link to project :
Simple search strings in offline data (Travel App tutorial)
I completed the tutorial about a travel app (offline option) and is working fine but when I try to implement simple search I can't progress in step 4 . How to set the list-view that will appears when the user click on search button...all actions to this button I set following the tutorial are ok, I believe ? The problem is how to configure the conditional view (the IF option I believe remains the same but ELSE option I'm doing something wrong)
when Here is the link
https://app.flutterflow.io/project/travel-example-starter-sk6zk5
I'm trying to complete these simple tutorials using offline data just to get familiar with actions and logic before start add complexity using online Databases. In this way I "isolate" this DB things to a next phase and concentrate myself to understand the internal operations in FF until become confident enough to continue and scale. For the reasons mentioned, I think these offline small apps are very important to help new users build confidence before venture in sql, firebase, supabase..... It's like an "onboarding" experience to new users. Thanks everyone !