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
- Host: GitHub
- URL: https://github.com/vijayinyoutube/appicon
- Owner: vijayinyoutube
- Created: 2020-08-09T05:59:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T06:08:42.000Z (over 5 years ago)
- Last Synced: 2025-10-14T21:39:14.850Z (5 months ago)
- Topics: appicon, applaunchericon, flutter, flutterapp, mobileapp
- Language: Dart
- Homepage: https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ
- Size: 553 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## App Launcher Icon - Flutter
Changing the default app launcher icon to custom images.
[](https://github.com/vijayinyoutube/appicon) [](https://www.youtube.com/channel/UCBC_Z7jla1GSITcqLKAtPxQ) [](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"
```