"cambios en iconos de la app android"
This commit is contained in:
@ -41,6 +41,7 @@ dependencies:
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.6
|
||||
flutter_launcher_icons: ^0.14.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@ -54,10 +55,13 @@ dev_dependencies:
|
||||
flutter_lints: ^3.0.0
|
||||
http: ^1.2.1
|
||||
html: 0.15.4
|
||||
|
||||
flutter_launcher_icons:
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
flutter_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/icon/app_icon.png"
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
|
||||
@ -74,6 +78,7 @@ flutter:
|
||||
- assets/logo-sin-texto.png
|
||||
- assets/logo-sin-texto.svg
|
||||
- assets/logo-fondo-verde.png
|
||||
- assets/icon/app_icon.png
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
|
||||
Reference in New Issue
Block a user