Generating many icons for the same Flutter app (dynamically)

50 Views Asked by At

enter image description hereI need to generate more than one app launcher icon using Flutter, but the generation will be based on users' behavior so I cannot make it static, every icon will start a different use case, as shown in the image below, one starts google sports news and the other starts weather news [this 2 icons starts 2 different routes but both are related to the same app (https://i.stack.imgur.com/A7Cq0.jpg)

I tried to use flutter_launcher_icon but i think it does not help

0

There are 0 best solutions below