Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 807 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 807 Bytes

App Launcher Icon - Flutter

Changing the default app launcher icon to custom images.

BUILD vijaycreations Repo Status

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"