Skip to content

Latest commit

 

History

History
executable file
·
19 lines (17 loc) · 275 Bytes

change_icon.md

File metadata and controls

executable file
·
19 lines (17 loc) · 275 Bytes

Edit pubspec.yaml

flutter_launcher_icons: ^0.7.4

Add flutter_launcher_icons.yaml

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

Run

flutter packages get
flutter packages pub run flutter_launcher_icons:main

OK!!!