Artem Sheremet

Results 31 comments of Artem Sheremet

Agree. The general expectation is that the call site would play nicely as well and spit the output when necessary (that's what... Capturing means). I can understand the overhead in...

Yes, that should be doable, but it's also a bit tricky because it would require detecting the OS and downloading specific archive from flutter website -- the trick is that...

Good question, and an interesting (but still rather common!) scenario which I will add to the e2e tests and documentation. tl;dr: set `FLUTTER_ROOT` environment variable to something like `/tmp/flutter` and...

On a related note, there's already a [fix](https://github.com/dotdoom/fastlane-plugin-flutter/commit/eee81bba31dc74aa5296107a1075febb0eea31c1) in this repo's head which would eliminate the need for extra configuration. I'll need to add some tests and release 0.7.0 later...

Updating the plugin should resolve this problem now.

Regarding `Dir.chdir`: may I ask where the `Fastfile` is located, relative to the flutter's `test` directory of the project? E.g. my project directory structure is usually: ``` ` myexampleproject `-...

The manual is legit, but my opinion is that it's heavily optimized towards very fast and easy initial setup, but not for long-term maintenance. In my case because of my...

Welp, 2.3 and 2.4 support has just been dropped between 0.15 and 0.16 and there's no hint in release notes.

Yes, that's the error I was referring to.

Something to mention is, I do understand that task names are identifiers which can be used in API, badges and `.cirrus.yml` to reference to the tasks themselves. Therefore it's important...