Custom Code with pubspec dependencies with local testing

Custom Code

I've got some actions with custom code pubspec dependecies, however as this action triggers deep linking, I need to test this locally on my device.

The issue though is that to do local testing, you must use the desktop app, but this doesn't support pubspec dependencies so I'm not sure what I'm supposed to do?

What have you tried so far?

As above, not even sure how to go about this?

I've downloaded the APK but it doesn't help me debug

Did you check FlutterFlow's Documentation for this topic?
Yes