karanSman

Results 7 issues of karanSman

I am not able to share video on fb through ios device.I also want to share text with media but this is not working.

### Steps to reproduce 1. method used: ..loadRequest(Uri.dataFromString( IhwUtils.addMetaInHead(widget.htmlText!), mimeType: 'text/html', encoding: Encoding.getByName('utf-8')) ,) 2. meta added '' + htmlString + ''; 3. height calculation onPageFinished: (String url) async {...

Image got freezed and gesture movement does not work until i use rotation. I cannot zoomin zoomout, left right movement. After rotating the image it works

Svg not rendered properly some parts are not visible even without impeller B to Four A A Nursery original svg svg rendered ![663169e64e94f4658310af75](https://github.com/dnfield/flutter_svg/assets/107721021/43143041-7453-48d6-acba-c5f1e5b28c50)

I used your package with latest version but it is giving the same issue which i am facing on webview_flutter: ^4.7.0. Only on android the height is coming very large...

i have svg string which has public urls directly using the svg string does not display anything when i use the base64 of url it is working and display.

Future _processImageBarcode(AnalysisImage img) async { final inputImage = img.toInputImage(); final RecognizedText recognizedText = await _textRecognizer // .processImage(inputImage); // String text = recognizedText.text; String stringWithoutNewlines = recognizedText.text.replaceAll(RegExp(r'\n'), ' '); List words...