I am developing a screen where I would like to allow users to pick a month that is of interest for example December.
To do this I have used the following widget I found on the marketplace called Month Picker. https://marketplace.flutterflow.io/item/XyyUna2Wg1if7psOsDUL
Output : The output of this action returns a date time that is Date Trunc to the specific month (for example December 2023 is returned like this 2023-12-01 00:00:00+00)
Issue : I would like to filter my Query from Supabase to display the rows of a whole month. But I only have one return value. How would you go about setting dynamic ranges based on the input of the user?