-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REFACTOR: added proper favicon (#42)
- updated icons_launcher package - added custom favicon image
- Loading branch information
1 parent
4becec7
commit 82b8594
Showing
7 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
# For App Launcher icon | ||
# flutter pub run icons_launcher:create | ||
flutter_icons: | ||
android: true | ||
ios: false | ||
web: true | ||
windows: false | ||
macos: false | ||
linux: false | ||
|
||
icons_launcher: | ||
image_path: "assets/icons/launcher_icon_border.png" | ||
|
||
adaptive_icon_background: "#FF673AB7" | ||
adaptive_icon_foreground: "assets/icons/adaptive_logo.png" | ||
platforms: | ||
android: | ||
enable: true | ||
adaptive_background_color: "#673AB7" | ||
adaptive_foreground_image: "assets/icons/adaptive_logo.png" | ||
|
||
ios: | ||
enable: false | ||
|
||
web: | ||
enable: true | ||
favicon_path: "assets/icons/favicon.png" | ||
|
||
macos: | ||
enable: false | ||
|
||
windows: | ||
enable: false | ||
|
||
linux: | ||
enable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.