Adnan Khan

Results 7 issues of Adnan Khan

I am finding difficult to find the solution can you please provide a support for 3d pie chart in this library.

### Platform Android 10 ### Plugin share_plus ### Version share_plus 4.0.10+1 ### Flutter SDK 3.0.5 ### Steps to reproduce ![Screen Shot 2022-09-06 at 10 11 26 AM](https://user-images.githubusercontent.com/33020030/188571744-ecfd607f-0282-41e8-bd46-e32206260841.png) ### Code Sample...

bug
share_plus
android
triage

When i set resizeToAvoidBottomInset: false keyboard hides field as you can see the video 1. Code sample ```dart @override Widget build(BuildContext context) { return Scaffold( resizeToAvoidBottomInset: false, body: SingleChildScrollView( child:...

engine
platform-web
severe: rendering
has reproducible steps
found in release: 3.7

### Describe your issue. If applicable, add screenshots to help explain your problem. ``` Future recognizeArabicText(File imageFile) async { final inputImage = InputImage.fromFile(imageFile); final textRecognizer = TextRecognizer(script: TextRecognitionScript.latin); try {...

Text Recognition