How to use Flutterflow drag and drop with Supabase keyword search

Sdílet
Vložit
  • čas přidán 27. 04. 2024
  • Here we look at how to combine the Flutterflow drag and drop widgets with searching a Supabase table by keyword. This combination can give us a lot of flexibility in the type of UI options to provide app users.
    We start off by looking into how to search a Supabase table and map the returned results in our Flutterflow application to a custom data type.
    We then take this information and use the Flutterflow draggable and drag target widgets to allow our users to add or remove items, creating a custom list.
    We look at how to use the Flutterflow drag and drop widgets correctly to minimise the chance of throwing errors.
    All of the custom code used for the searching of the Supabase table can be copied from here:
    rapidmvp.co/how-to-search-a-s...

Komentáře • 2

  • @martindobson8184
    @martindobson8184 Před 2 měsíci

    Hi good videos ...i am using flutterflow with supabase and struggling with a field/column (in supabase} that has jsonb data in..I'm trying to search that supabase table in a flutterflow listview I have named JSONpaths for the fields in the data but getting to create a search in flutterflow is proving difficult any tips??

    • @rapidmvp
      @rapidmvp  Před 2 měsíci

      There is a video on the beginner tutorials playlist that searches a Supabase table from FF using a custom action and mapping the result to a custom data type which you can use in a ListView.