Artem Sheremet
Artem Sheremet
A friendly ping!
A wild guess: in `build.gradle` file, `dependencies` and `repositories` blocks must be inside `buildscript {}` block; perhaps it's not the case for you? If you could post your `build.gradle` file...
We need to get e2e test running on PRs... Would you like to add `pull_request` to `.github/workflows/end_to_end_test.yml` as described in https://futurestud.io/tutorials/github-actions-run-on-pull-request ? It should end up like that: ``` on:...
As `flutter` command exits with code 0 (which means "success"), the plugin merely propagates the same. I think this problem should be reported upstream, to the `flutter` tool. I'll take...
This has been reported at https://github.com/flutter/flutter/issues/125609, but has been closed for inactivity. There are other issues which report the same behavior, only tangentially (e.g. https://github.com/flutter/flutter/issues/140212).
I think this is also reported in #136 (or at least very similar). Getting logs from ADB I was able to confirm the theory from https://github.com/TheTimeWalker/wallpanel-android/issues/11#issuecomment-1111438963 (at least for my...
Agreed, High Sierra brings Xcode 9.x which is the version officially supported by e.g. https://github.com/flutter/flutter. Updating via `softwareupdate -a -i --verbose` gets stuck after downloading and unpacking files. Updating via...
Still experiencing this issue.
Clarification: new build system is [`package:build`](https://pub.dartlang.org/packages/build).
Pardon my ignorance, but if `analyzer` is part of `dart-sdk` anyway, what's the point of this package, `intl_translation`? It seems trivial to have `intl` depend on `analyzer`.