WIP #302 fix SVG size
This commit is contained in:
@ -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),
|
||||
|
@ -16,7 +16,6 @@ import 'package:charts_flutter/flutter.dart' as charts;
|
||||
import 'package:progress_indicators/progress_indicators.dart';
|
||||
import 'package:flutter_markdown/flutter_markdown.dart';
|
||||
import 'package:flutter_svg/flutter_svg.dart';
|
||||
import 'package:webview_flutter/webview_flutter.dart';
|
||||
|
||||
part 'entity_class/const.dart';
|
||||
part 'entity_class/entity.class.dart';
|
||||
|
Reference in New Issue
Block a user