chandrabezzo / flutter_dynamic_icon_plus

MIT License
5 stars 3 forks source link

change app icon need delay above one minute and app background in Android #4

Open charles0122 opened 3 months ago

charles0122 commented 3 months ago

image after one minute

image

flutter sdk: 3.19.6 dev OS: windows11 If you don't let the app run in the background, the modification won't be triggered

charles0122 commented 3 months ago

image image

charles0122 commented 3 months ago

I also tried executing with the example of main, the same result

chandrabezzo commented 2 months ago

Yes @charles0122 this plugin will be triggered if you close the app. I implement this approach to minimize bad user experience to our application because the app will force closed and need to reopen again by user manually.

shixiwen000 commented 1 month ago

Yes @charles0122 this plugin will be triggered if you close the app. I implement this approach to minimize bad user experience to our application because the app will force closed and need to reopen again by user manually.

It will be nice if it is controllable.

chandrabezzo commented 1 month ago

Hi @shixiwen000 can you describe about controllable? Like triggerring any button we can change the app icon?