CodeDoctor
CodeDoctor
**Describe the requested icon(s)** A laser with a star at the end **References**  but rotated to the top right **Additional context**
Hi, I want to build a car and want to have 4 seats in my model
### What happened? The collisions seems to be offsetted when having a collision in different coordinate systems. ### What do you expect? Convert all positions to global ones to have...
### Is your feature request related to a problem? Please describe Currently the layer feature doesn't relate to the rendering order. For a real drawing app, we need real layers...
There is updateLineContent but no updateNumberFormat for the sidebar. I want to update my weather icon for the sidebar: 
Hello, I have currently this classes: ```dart @MappableClass(generateMethods: GenerateMethods.all & ~GenerateMethods.equals) class GameTable with GameTableMappable { final Map cells; final ItemLocation? background; const GameTable({ this.cells = const {}, this.background, });...
I want to add a custom handle to my app. For this I needed to have a property to control if it will be built. I taked inspiration to the...