William Verhaeghe

Results 16 comments of William Verhaeghe

To convert a String to Uint8List you need to use `Uint8List.fromList('your string here'.codeUnits)`

@shinayser What you can do instead is have a switch to see if you are in a test and simply render a Container instead. ```dart if (Platform.environment.containsKey('FLUTTER_TEST')) { return Container(color:...

@bbedward I've added your svg to the example project and as golden in https://github.com/dnfield/flutter_svg/pull/754 if this is an issue please let me know and I'll search for another test image...

The issue are the pattern tags, for more information see #289

@dnfield Thank you for your feedback. 1. Right, you are correct! That makes sense then why it was still there 2. I knew this would be your response. Nothing we...

@Xazin Can you review again? The comments have been fixed

No worries, that has priority of course! This adds functionality in the current release v1.1.4 (main branch). I haven't tested it on the v2 (develop branch)

Hi @jhoogstraat, I hope you're doing well. In the near future we'd like to use this implementation in a new package, to publish that package this first needs to be...

Any update on this?

I'll try to take a look and see if we can make this compatible or I'll create a branch starting from this one and work on how to incorporate these...