Nandhini-GA
Nandhini-GA
When deleting file from the file explorer and download the same file again always failing In iOS it is working, Issue with android device only. **Steps:** 1. download a file...
Need to remove fullscreen icon because my app supports portrait mode only
``` showCountryPicker( countryListTheme: CountryListThemeData( flagSize: 25, backgroundColor: Colors.white, textStyle: TextStyle( fontSize: 16, color: Colors.black), ), context: context, showPhoneCode: true), ```
I need to play from beginning (start over) option when entering video. Is there any option like replay?
Getting "Read memory card access denied" in android eventhough I added below in manifest file and requested permission ``` ```
how to set maximum width and height of image which chosen from gallery (I want to set 1900 as max height and 1900 as max width)
image quality not changing, when setting quality:0 or quality:1 there is no change in image
I am facing app crash issue in Android when closing the intercom screen via the cross icon (top right corner) ``` Flutter version - 3.32.5 stable intercom_flutter: ^9.4.3 ```