WIP #302 fix SVG size

This commit is contained in:
estevez-dev
2019-02-20 18:50:58 +02:00
parent 76057e8797
commit 4099fa0c83
4 changed files with 5 additions and 16 deletions

View File

@ -144,12 +144,10 @@ class _CameraStreamViewState extends State<CameraStreamView> {
);
} else {
if (useSVG) {
Logger.d("Camera with SVG source");
return Column(
children: <Widget>[
SvgPicture.memory(
Uint8List.fromList(binaryImage),
height: 200.0,
placeholderBuilder: (BuildContext context) =>
new Container(
padding: const EdgeInsets.all(20.0),