Muhammad Hassan
Muhammad Hassan
I am using it and it is working fine. Here is my flutter doctor. ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.10.5,...
**Question** I am getting three dots (...) in middle of my data returning from data modal when it is greater than 5 that is not desirable. Can you mention why...
Hi; I am using this plugin for my Foreground/Background Service in Android and iOS but due to the limitation of this plugin in iOS Background service to be terminated after...
Remember, I have the latest version of `flutter_background_service` installed and working in both. Hi, I am using a free Spotify account for development purposes only. I am trying to use...
I am trying to use `Table_Calendar` in an `AlertDialog` then got the below error. `LayoutBuilder does not support returning intrinsic dimensions.` Here is my `AlertDialog` code. ``` return AlertDialog( contentPadding:...
Hi; I am using the latest version of this plugin and I have the dark background in my app and I want to make `helperStyle: TextStyle(color: Colors.white,)` for "Enter X...
I was trying to work on Full Screen Mode on click to Square button on the bottom right of the Player but that was not working either in Android or...
I am using this for my simple little PHP Form to upload files from the form to the AWS bucket via HTMP-PHP. Here is the simple code for this concept....