Skip to content
Snippets Groups Projects
Commit 9a5419ec authored by Adrien BONNIN's avatar Adrien BONNIN
Browse files

:sparkles: Ajout de l'icone pour l'application

parent cc4759e1
No related branches found
No related tags found
No related merge requests found
Pipeline #79406 passed
......@@ -9,6 +9,7 @@ test:flutter:
script:
- flutter pub get
- flutter pub run build_runner build --delete-conflicting-outputs
- flutter pub run flutter_launcher_icons:main
- flutter test
build:web-main:
......
assets/icon/icon.png

38.8 KiB

flutter_icons:
image_path: "assets/icon/icon.png"
android: true
ios: true
remove_alpha_ios: true
web:
generate: true
windows:
generate: true
\ No newline at end of file
......@@ -15,6 +15,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.7.0"
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.1"
args:
dependency: transitive
description:
......@@ -113,6 +120,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
clock:
dependency: transitive
description:
......@@ -188,6 +202,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_launcher_icons:
dependency: "direct dev"
description:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.0"
flutter_lints:
dependency: "direct dev"
description:
......@@ -254,6 +275,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
io:
dependency: transitive
description:
......@@ -338,6 +366,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
pool:
dependency: transitive
description:
......@@ -483,6 +518,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.0"
yaml:
dependency: transitive
description:
......
......@@ -49,6 +49,7 @@ dev_dependencies:
flutter_lints: ^2.0.0
mockito: ^5.1.0
build_runner: ^2.1.10
flutter_launcher_icons: ^0.10.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment