Applying Filters based on boolean value in Flutter app
Here, In my filters screen, I have one option as Vehicles. I want to display only vehicles in my Vertical Screen if this option is true. And if it is false, i want to display all the images. Im loading data from the firebase realtime database. The tabscreen.dart has access to the Drawer and through that drawer, it is going to the filters screen.