yang-f / flutter_svg_provider

Use svg as image provider.
https://pub.dev/packages/flutter_svg_provider
Apache License 2.0
46 stars 71 forks source link

Respect parent size bugued ? #46

Closed pbouttier closed 1 year ago

pbouttier commented 1 year ago

Hi,

I have seen this :

final double logicWidth = size?.width ?? configuration.size?.width ?? 100;
final double logicHeight = size?.height ?? configuration.size?.width ?? 100;

The logic height is binded on parent with, not height :)