mmcc007 / sylph

Runs Flutter integration tests on real devices in cloud.
GNU General Public License v3.0
157 stars 43 forks source link

Remove dependency on non-test packages in pubspec.yaml #100

Open mmcc007 opened 4 years ago

mmcc007 commented 4 years ago

Removing the app dependencies on the fly removes unneeded dependencies on local and private repositories on Device Farm.

This fixes problems described in #99

tim-fdc commented 4 years ago

Hi @mmcc007 , thanks for this issue. We now switch to local dependencies and then build the app. Works quite nice :) We wrote a little dart script switching to local. Maybe we can share the code?! Happy Hakking Tim

mmcc007 commented 4 years ago

Hey @tim-fdc , Sure, maybe we can use it as a starting point to resolve this issue.