Mateusz Wojtczak
Mateusz Wojtczak
@vontdeux It's because of the way pubspec resolves transitive dependencies. I had the same issue and had to add dependency_override for `reactive_ble_platform_interface: 5.0.2`. Since the main package can still use...
Hi @aarjan! Thanks for filing the issue. I was able to reproduce it and I got it solved by moving `androidTest/pl/leancode/example/MainActivityTest.java` to `androidTest/java/pl/leancode/example/MainActivityTest.java`. The only difference is the *java* directory....
Hi @garyb-bs! Thanks for opening the issue. We are using BrowserStack with Patrol in some project and basically the test execution works okay on iOS, but it has a lot...
It's hard to have any news on this issue. First, we need to ensure that this is reproducible. @piotruela AFAIK we do have flavors in our example app and it...
Okay, I talked with @piotruela and here's what we know: 1. Flavors work with iOS simulator in our example 2. We are not sure if our flavors are set up...
Hi @kodypeterson! Could you create the issue with a reproducible sample with this one? We would like to investigate it, but I'm not sure if the PR is the right...
Closing this for now, @kodypeterson feel free to re-open it when you're ready
Hi @kostadin-damyanov-prime, thanks a lot for making this contribution! We have just discussed tags internally :) I have a few questions: 1. ~Should we lock the `analyzer` package version to...
Yes, look at this [information in their readme](https://github.com/dart-lang/test/blob/master/pkgs/test/README.md#tagging-tests). They also support `dart_test.yaml` file. Your implementation is really fine with most cases and it's simple which is very beneficial. I'm just...