Skip to content
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

Support widget setters for flutter compatibility #619

Open
anserwaseem opened this issue May 27, 2024 · 0 comments · May be fixed by #620
Open

Support widget setters for flutter compatibility #619

anserwaseem opened this issue May 27, 2024 · 0 comments · May be fixed by #620
Assignees
Labels
p1 High priority

Comments

@anserwaseem
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Support setters of widgets like we do in flutter side.

Example:

View:
  body:
    Column:
      children:
        - Text:
            id: myText
            text: Initial Text
        - Button:
            label: Set text
            onTap:
              executeCode: myText.text = 'i am set'

Describe the solution you'd like
Support react way myText.setText('new Text') for backward compatibility and myText.text = 'new Text' for flutter compatibility

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@anserwaseem anserwaseem added the p1 High priority label May 27, 2024
@anserwaseem anserwaseem self-assigned this May 27, 2024
@anserwaseem anserwaseem added this to the React-Flutter Crossplay milestone May 27, 2024
@anserwaseem anserwaseem linked a pull request May 27, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant