#Flutter Grid view Multi selection example
Sep 16, 2024
creating simple multi selection GridView. Here we are creating a Statefull widget to show the list of courses inside GridView with multi selection option.
Here the GridView child items created using Stack widget with CheckBox and Text widget, checkbox widget will used to show the selection option
https://rrtutors.com/tutorials/How-do-i-create-Multi-Selection-GridView-in-Flutter
GridView.Builder example
https://rrtutors.com/tutorials/Flutter-GridView-with-Builder-Constructor
Show More Show Less 