Devon Carew
Devon Carew
The fix for this was released as `v1.6.5` (and the `v1` tag updated to point to v1.6.5).
`collection` only depends on `test` through a dev_dependency; it would be possible to do dependency_override of typed_data in package collection's pubspec, which would allow its CI to complete. That would...
I think it's a bit non-intuitive to have the `setup-dart` action install a flutter sdk. Is there some way to compose this with the existing actions which install a flutter...
> We don't have to make setup-dart do that in general, just [.github/workflows/publish.yml](https://github.com/dart-lang/setup-dart/blob/main/.github/workflows/publish.yml) Perhaps having a separate `.github/workflows/publish-flutter.yml` script might be enough of an indication that this could install flutter...
> we might not need to install the Dart SDK, but can use the one embedded in a flutter-sdk Keep in mind that the dart: APIs supported by the regular...
Re-opening for consideration; cc @mit-mit.
@Azad99-9 - thanks for the contribution! Can you describe the issue you're seeing a bit more and or link to an issue? Thanks!
From some investigation, I don't believe this action is using caching. We are writing the downloaded and uncompressed sdk into `$RUNNER_TOOL_CACHE`, but I don't believe that directory implies any automatic...
The resolution here may be to recommend that people use a Flutter specific action instead of this dart action for testing their project.