Danilo Rêgo
Danilo Rêgo
Looking forward to this!
Any news about flutter Widgets as marker icons? This would allow tons of possibilities using google maps for flutter! Has anyone succeeded converting an widget to bytes without having to...
You can do the trick using conditional imports. This way, the compiler will never import flutter_soloud in your web project. I I think this is a good candidate to include...
The gradle from the package needs to be updated since flutter 3.24 or so.
Any updates for this issue? Most packages are now updated to http: ^1.1.x, making this a bottleneck.
The `json_api` was actually used by another library that my project imports, which uses the version 7.0.0. It was showing the `http` conflict, but after I forked the library and...