Lukas Klingsbo
Lukas Klingsbo
# What could be improved The readme for flame_audio should have some introduction and some examples since it will show up on pub.dev. # Why should this be improved To...
# What could be improved We should investigate whether `drawAtlas` can now be used for particles. # Why should this be improved It should be insanely much more efficient. #...
## Description This moves the `CommandConfigs` and `LifecycleHooks` to their own directories to make it easier to extend the functionality, since the `workspace_configs.dart` was getting very long. This was done...
It would have been nice to have the option to sort by `committerdate` instead of alphabetically, so that you get your most recently used branches first, like in: ```sh git...
### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command melos format --set-exit-if-changed ### Description The `--set-exit-if-changed` flag from `dart format`...
All fine:  Until you move the cursor:  It works if the terminal window is big enough to fit the whole line. Platform: linux
> Note: Pub.dev only allows automated publishing from GitHub Actions when the workflow is triggered by pushing a git tag to GitHub. Pub.dev rejects publishing from GitHub Actions triggered without...
This PR allows new versions of packages to be published from GitHub `workflow_dispatch` events. The same restriction on the `refType` is in place, it still needs to be run targeting...
Polygon
There are currently many shapes included in vector_math, but an important one is missing; the polygon. The general polygon is of course a bit tricky (expensive) to do collision detection...