-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the select parameter outside the Gridview ? #10
Comments
@hugocbpassos do you have any idea about how to solve it ? |
Since you want By the way, why are you doing it? |
I am using the Photo manager pacakge to retrieve media from storage .And for some other reasons i need to call |
I didn't understand what you meant exactly . |
The whole logic of the
I'm pretty sure there are better ways to solve this. Please open a question at Stack Overflow with the details, so I (or somebody else) might be able to help you. |
I created a custom class called ItemData , like : ```
itemBuilder: (BuildContext context, int index, bool selected) {
|
Hi . I am using the
SelectableItem
, that was created in the example code . It needs the selected parameter which needs to be passed from the itembuilder function :The Problem is as you can see that i am storing the SelectableItem in a mediaList variable. So i want to find a way to get the selected parameter to get passed to the
SelectableItem
.The text was updated successfully, but these errors were encountered: