DevIotCrypto

Results 26 comments of DevIotCrypto

@iboldurev Did you solve the problem? I have a similar problem and at first I want to test the above recommended solutions. I hope that work for me and will...

I'm using latest version of [flutter_svg](https://pub.dev/packages/flutter_svg) package. example: ``` import 'package:flutter_svg/flutter_svg.dart'; SizedBox( width: 100, height: 100, child: SvgPicture.asset( 'assets/icons/temperature.svg', color: Colors.white,), ), ``` I'm using this package for different projects...

sure. I emailed you ([email protected]) some pictures.

Thank you so much dear @ardera. When I used png images instead of svg, everything works fine. So I think something is wrong with svg. > It could be a...

@dLogicC which version of flutter are you using?

@ardera Thank. But unfortunately your above solution did not help and SVG pictures are not rendered successfully yet.

@ardera How do I have to use your code to be able to use ``audioplayers`` in a flutter-pi project?

I have same problem! Is there any solution?

Dear @xavierfoucrier I'm sorry really for late answer. Please excuse me because I'm very busy. But I will provide a simple example as soon as possible. so please don't close...