Andrew Brampton
Andrew Brampton
## What does this change? Changed `AssetTypeIsUniqueWithoutExtension` to more robustly pick valid unique names for each asset. The strategy is as follows: 1) Convert the asset file name, to a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem When migrating `Image.asset(...)` to `Assets.images` I wanted to ensure all...
**Is your feature request related to a problem? Please describe.** I have multiple SVGs that contain repeated identical elements. For example, a map with a symbol reused in multiple places....
I have a `Map` whose key is a custom class. That class is is annotated with `@JsonConverter` for converting it to a String. When I run json_serializable over my code,...
## Steps to Reproduce Using camerawesome 2.0.0-dev.1 using the example: ```dart CameraAwesomeBuilder.awesome( saveConfig: SaveConfig.photoAndVideo(), onMediaTap: (mediaCapture) {}, ), ``` it display the camera preview, and all the UI. When I...
### What is the bug? The TileProvider(tileSize: ) argument does not seem to produce desired maps when set to a value different than 256. [JaffaKetchup](https://github.com/JaffaKetchup) did testing in https://github.com/fleaflet/flutter_map/pull/1668#issuecomment-1738056062 here...
When running the Storybook with the device frame and panels down the size, the Tap Details globalPosition incorrectly includes the screen outside of the device frame. For example: ```dart GestureDetector(...
I spent a hour or two trying to debug this, but sadly I am no closer :( When the Flutter DevTools Performance Tools are open, and I am running the...
`divisions` defaults to 100, but with ints being discrete there are only so many values in the allowed range. Could we change the default value for `divisions` to (max-min) ?