CodeDoctor

Results 96 issues of CodeDoctor

**Describe the requested icon(s)** A laser with a star at the end **References** ![image](https://github.com/phosphor-icons/homepage/assets/20452814/b636ad61-14c9-42f1-88e2-9424d542f1f4) but rotated to the top right **Additional context**

icon

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

bug

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

feature-request

There is updateLineContent but no updateNumberFormat for the sidebar. I want to update my weather icon for the sidebar: ![grafik](https://github.com/user-attachments/assets/425e9f72-7e1d-4435-a7ae-2b4c5e7492aa)

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