Lukas Klingsbo

Results 86 issues of 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...

enhancement
help wanted
documentation

# 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. #...

enhancement

## 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...

enhancement

### 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`...

good first issue
Type: Accepted
feature request

All fine: ![image](https://github.com/flame-engine/ignite-cli/assets/744771/6d12617b-a97c-46d9-b690-9bf144b2c6eb) Until you move the cursor: ![image](https://github.com/flame-engine/ignite-cli/assets/744771/5104738a-0699-41c9-89ea-c1a01421f64d) 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...

Type: enhancement

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...

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...