Aakash Pamnani
Aakash Pamnani
## Description wakelock was not compatible with other packages because of win32 version in wakelock_windows, Updated it to latest version, to remove conflict with other packages. I was getting this...
I am unable to get the dependencies in my project ``` Because cached_network_image >=3.2.0 depends on flutter_cache_manager ^3.3.0 which depends on rxdart >=0.26.0 =3.2.0 requires rxdart >=0.26.0 =3.2.0 and esc_pos_bluetooth...
In Android when i open a file with the file path that is owned by my app, stored from media store, give permission denied exception. According to [Android Docs](https://developer.android.com/training/data-storage/shared/media#request-permissions) app...
Added `holdDuration` and `animationDuration` parameter in rotate animation and `holdDuration`, `fadeInDuration` and `fadeOutDuration` in fade animation. If works the will add in other animations also. Video Sample ```dart DefaultTextStyle( style:...
### Steps to reproduce 1. Run the below code on Flutter 3.22.0. 2. Press the pop button in drawer, the homepage will be popped. 3. Downgrade flutter to `3.19.0` run...