tony
tony
fix svg with viewBox and width, height in #62
In the demo, formula is rendered without `over` symbol in Chrome. It didn't happen in Firefox.  instead of [firefox] 
With this code ``` import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; const String svgString = ''' '''; void main() { runApp(MaterialApp( home: Scaffold( body: Center( child: SvgPicture.string( svgString, ), ), ), )); }...
## Steps to Reproduce Go to camera Screen in the demo ## Expected results The camera opens fast as default camera lib from flutter ## Actual results There is delay...
I’m considering using odict in a flutter mobile application and want to ensure it is suitable for this case.