White Panda

Results 1 comments of White Panda

```yaml flutter_launcher_icons: ^0.14.2 ``` ```yaml flutter_icons: android: true ios: true image_path: "assets/logo/app_icon.png" adaptive_icon_background: "#FF0000" adaptive_icon_foreground: "assets/logo/logo.png" ``` ```shell flutter clean flutter pub get dart run flutter_launcher_icons ``` success!