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

Allow navigating to Flutter screen from within Ensemble #440

Closed
kmahmood74 opened this issue Apr 14, 2023 · 3 comments
Closed

Allow navigating to Flutter screen from within Ensemble #440

kmahmood74 opened this issue Apr 14, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@kmahmood74
Copy link
Collaborator

kmahmood74 commented Apr 14, 2023

copied from discussion -

Use case:

I have an existing Flutter app that I want to add Ensemble screens to
From an Ensemble screen I want to navigate to a Flutter screen
Example:

- Button:
          label: Navigate and pass inputs to a Flutter screen
          onTap:
            executeCode:
              body: |
                //@code
                ensemble.navigateFlutterScreen(
                  'MyFlutterWidget', # this is my screen's name
                  { # and here are the constructor parameters
                    'input': someInput 
                  }
                );
  • You should be able to do this directly in the navigateScreen action as well without having to write code.
  • Support the same for showModal action as well
  • Support the other way around too i.e. navigating to an Ensemble screen from Flutter
  • As the first step, propose the yaml and the corresponding javascript syntax before proceeding with the implementation
@kmahmood74 kmahmood74 added the enhancement New feature or request label Apr 14, 2023
@github-project-automation github-project-automation bot moved this to Backlog in Ensemble Apr 14, 2023
@kmahmood74
Copy link
Collaborator Author

assigning to @vusters for assessment and re-assignment

@kmahmood74 kmahmood74 assigned vinothvino42 and unassigned vusters Apr 16, 2023
@kmahmood74 kmahmood74 moved this from Backlog to Ready for Work in Ensemble Apr 16, 2023
@kmahmood74
Copy link
Collaborator Author

cc @snehmehta @vusters

@vinothvino42 vinothvino42 moved this from Ready for Work to In Progress in Ensemble Apr 17, 2023
@kmahmood74 kmahmood74 assigned snehmehta and unassigned vinothvino42 Apr 17, 2023
@snehmehta snehmehta moved this from In Progress to Backlog in Ensemble Jul 3, 2023
@kmahmood74
Copy link
Collaborator Author

@snehmehta please update, this was completed a while ago I thought?

@github-project-automation github-project-automation bot moved this from Backlog to Released in Ensemble Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Released
Development

No branches or pull requests

4 participants