Updating sdk constraints and flutter svg version

This commit is contained in:
Erick Zanardo
2019-07-08 23:14:17 -03:00
parent 5866a1678c
commit a9d9484b97
3 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ class Svg {
}
svgRoot.scaleCanvasToViewBox(canvas, Size(width, height));
svgRoot.draw(canvas, null);
svgRoot.draw(canvas, null, null);
}
/// Renders the svg on the [canvas] on the given [position] using the dimmensions provided on [width] and [height]