Skip to content

Commit

Permalink
feat: add new launcher icons
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecastrosales committed Jan 21, 2023
1 parent 1b83e54 commit 1d63f49
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
cupertino_icons: ^1.0.5
flutter:
sdk: flutter
flutter_launcher_icons: ^0.11.0
google_fonts: ^3.0.1
share_plus: ^6.3.0

Expand All @@ -23,3 +24,15 @@ flutter:
assets:
- assets/images/
- assets/database/

flutter_icons:
image_path: "assets/images/logo.png"
image_path_android: "assets/images/logo.png"
image_path_ios: "assets/images/logo.png"
android: true
ios: true
remove_alpha_ios: true
web:
generate: true
image_path: "assets/images/logo.png"
background_color: "#04D361"
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 added 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 added 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.
16 changes: 14 additions & 2 deletions web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "devquiz",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"background_color": "#04D361",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"orientation": "portrait-primary",
Expand All @@ -18,6 +18,18 @@
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}
}

0 comments on commit 1d63f49

Please sign in to comment.