-
Notifications
You must be signed in to change notification settings - Fork 312
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 receive and update value after widget has created #47
Comments
i modify class RaisedButtonParser extends WidgetParser key: map.containsKey('id') ? Key(map['id']) :null, for set Widget id var raisedButtonJson = ''' and read by var textFind = find.byType(RaisedButton);//find.byKey(Key('btn_post1'));
success but i can't update text data |
i wont to get and set all Widget by find and update |
no support for that |
I understand that this is not currently support. Is it possible with architecture or is it to hard. I am hapy to look at doing a pull request if you think it is possible |
how to receive and update value after widget has created
I want to read text of button and change after click button
The text was updated successfully, but these errors were encountered: