An open API service indexing awesome lists of open source software.

https://github.com/vijayinyoutube/appicon

Change App launcher icon in Flutter
https://github.com/vijayinyoutube/appicon

appicon applaunchericon flutter flutterapp mobileapp

Last synced: 5 months ago
JSON representation

Change App launcher icon in Flutter

Awesome Lists containing this project

README

          

## App Launcher Icon - Flutter

Changing the default app launcher icon to custom images.

[![BUILD](https://img.shields.io/badge/Build-OK-.svg)](https://github.com/vijayinyoutube/appicon) [![vijaycreations](https://img.shields.io/website-up-vijaycreations-green-orange/http/cv.lbesson.qc.to.svg)](https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ) [![Repo Status](https://img.shields.io/badge/RepoStatus-Active-blue.svg)](https://github.com/vijayinyoutube/appicon)

## Dependencies
```
dev_dependencies:
flutter_test:
sdk: flutter

flutter_launcher_icons: "^0.7.3"

flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"

```