Closed 18mstalberg closed 2 weeks ago
Hello!
Thank you for reaching out. This is a known issue, and the team is actively working on a fix. You can track the progress here: GitHub Issue #3969. I’ll go ahead and close this issue as a duplicate.
Thank you for your patience!
Can we access your project?
Current Behavior
I have added a project that I published as a Team library as a dependency for my project. I can correctly access the custom actions within the normal action flow editor and within the app normally, but the actions are not available as options in the custom code Initial Actions or the Final Actions for
main.dart
.I have a configuration action that has no parameters that is valid for using in main.dart as an Initial Action, but it does not appear as an option when trying to add an Initial Action.
Expected Behavior
After publishing a team library with a parameterless custom action, when you attempt to add a custom action as an "Initial Action" or "Final Action" in main.dart, under the "Custom Files" section of custom code, the custom action from the library should appear as an option.
Steps to Reproduce
Custom Files
sectionReproducible from Blank
Bug Report Code (Required)
N/A and can't find where widget tree referred in the instructions is. No documentation on that either.
Visual documentation
Environment
Additional Information
No response