I have a dependency on a git repo package. I understand that's not supported yet (voted for the request.)
The dependency is for custom actions that I have marked 'Exclude from compilation' but it appears this means 'skip the lint errors' and not stub out the function when compiling and testing.
I only have a few screens that have these functions, and I would like to test within FlutterFlow for the remaining pages. (Or add that package dependency on git ...). I can download the code and merge in my changes and test locally fine. It's just more steps and I start to miss the value of FlutterFlow.
Thoughts / wisdom?