Maurice McCabe
Maurice McCabe
@tim-fdc basically yes
@tim-fdc May not be fully understanding how you are using local packages (in tests or in app, or both). I think, by default, all local packages are uploaded (probably only...
@gwendiagram btw: as a workaround, if you edit your pubspec.yaml to use 'path' to your private packages, Sylph will copy that package into bundle for upload to Device Farm. Ultimately,...
Should be possible to get working (pending no unexpected Device Farm issues). Haven't used profiling programmatically, so there's that. I assume you end-up with some log artifacts to include in...
When running on device farm you're generally required to upload a signed .ipa or .apk. Found a way to get debug apps packaged as signed .ipa/.apk. If the same packaging...
That's listed as an enhancement in #22. Also checkout https://github.com/mmcc007/screenshots which should run faster.
When #22 is implemented, you would have to deposit your artifacts in a known directory. Will probably add a config for this. May provide a helper function for writing to...
Not sure if related or not, but I noticed that other extensions can interfere with the refactor feature in Flutter/Dart extensions. Refactoring prompts were not showing-up for me at first....