Adnan Khan
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  ### Code Sample...
Flutter web application wired behaviour regarding keyboard. (Android web broswer & IOS Web Broswer)
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:...
### 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 {...