-
Notifications
You must be signed in to change notification settings - Fork 93
Code Expression #394
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
Code Expression #394
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested some updates
|
||
To use a Code Expression when triggering actions in FlutterFlow (i.e., inside an Action Flow), you can use the **Execute Custom Code** action. This allows you to run a Dart expression when something happens, such as tapping a button or after a page loads. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also add a reference link to the deeplink page where we are making use of global navigator context instead using this action? it can be a good example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @PoojaB26 I couldn’t find that section! Could you please share the link? Also, just to clarify, are you suggesting we replace the current image with this reference link, or add it alongside as an example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add it alongside the example.
https://docs.flutterflow.io/concepts/navigation/deep-dynamic-linking/#using-global-context-to-navigate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, got it. I couldn’t find it earlier because I was checking in my local code-expression branch, where the ‘Using Global Context to Navigate’ section hadn’t been merged yet. Thanks for pointing that out! It's in now!
Co-authored-by: Pooja Bhaumik <[email protected]>
Description
Code Expression
Linear ticket and magic word Fixes DEVR-947
Type of change