Devon Carew
Devon Carew
As this PR has not been updated in a while we're closing it as part of our regular triage process. If you think this is in error please re-open the...
Note that this PR did not land.
@christopherfujino - is this something we could address in the near term? We see issues related to this when we make changes to `package:test_api` (and related). We have some near...
I have been printing the responses I'm getting back for a local tool I'm running, and (anecdotally) haven't seen more than one candidate.
Hi! Thanks for the PR. I suspect that @natebosch will review. I see that this PR is for two different things (adding a lint and reformatting project files, and, addressing...
It looks like those libraries just contribute `SimplexNoise` and vector_math_64 `SimplexNoise` to the API. From some brief investigation: - those classes aren't referenced from flutter/flutter (or flutter/engine) - I don't...
After a discussion w/ @natebosch, I'm reminded that it's disproportionally expensive to ship a major version rev of a package that's been pinned by flutter. Currently, those packages are: ```...
Some slightly updated data: All the packages using vector_math, whose deps resolve against the current stable dart and flutter sdks, and have been published in the last 12 months: https://gist.github.com/devoncarew/25cd4bbf2fe3342f3fcd2b4fa4d10de3...
We don't plan to, but if one is created, it would be good to update the deprecation issue (https://github.com/google/vector_math.dart/issues/270) with that info.
This can probably be built with the `on:` `push:` `paths:` filter (https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#example-including-paths): ``` on: push: paths: - 'pkgs/foo_package/**/*' ```