Dynamic querys

Actions & Logic

Hi,

example: Let's say I have appState with values {'Pop','Rock','Blues','Metal'} this is category_names(can be id's it does'n matter) for the playlists. And i have created MANUAL query's where i am filtering playlists by category_names.

  1. Pop - display only playlist with category_names == Pop

  1. Rock - display only playlist with category_names == Rock

and etc.

HOW to create them dynamic? I mean maybe check item count in appState and somehow generate same amount of the containers with basic query's + add different values to each to filter?

I just need directions.

Thx

What have you tried so far?

Docs + Google

Did you check FlutterFlow's Documentation for this topic?
Yes
6 replies