Skip to content

Commit

Permalink
feat: Add web icon generation and update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Apr 15, 2024
1 parent 5db6aca commit 0f0506f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions flutter_launcher_icons-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
flutter_icons:
android: true
ios: true
web:
generate: true
image_path: 'assets/launcher_icon/icon-dev.png'
4 changes: 0 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,3 @@ flutter:
- family: Roboto
fonts:
- asset: fonts/Roboto-Regular.ttf

flutter_launcher_icons:
android: true
ios: true
Binary file modified web/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/icons/Icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/icons/Icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/icons/Icon-maskable-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/icons/Icon-maskable-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"purpose": "maskable"
}
]
}
}

0 comments on commit 0f0506f

Please sign in to comment.