Safiul islam

Results 3 issues of Safiul islam

im trying to create a imageProvider for container. and i need to pass svg code directly. so i tried like this ``` Svg( ' ', source: SvgSource.file, ) ``` but...

i was trying to load svg from cached data, and I'm using flutter_cache_manager. here is my demo code, ``` Image( width: 32, height: 32, image: Svg(svgCach.path), ) ``` but it...

### Platforms all ### Version of flutter maplibre_gl 0.20.0 ### Bug Description I was trying to add a `SymbolLayer` to place some symbols. Now, I need to add a callback...

bug