Skip to content
Snippets Groups Projects
Commit bcd996b2 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 #79407 canceled
...@@ -9,12 +9,14 @@ test:flutter: ...@@ -9,12 +9,14 @@ test:flutter:
script: script:
- flutter pub get - flutter pub get
- flutter pub run build_runner build --delete-conflicting-outputs - flutter pub run build_runner build --delete-conflicting-outputs
- flutter pub run flutter_launcher_icons:main
- flutter test - flutter test
build:web-main: build:web-main:
stage: build stage: build
image: cirrusci/flutter image: cirrusci/flutter
script: script:
- flutter pub run flutter_launcher_icons:main
- flutter build web --release --base-href '/article_flutter_riverpod/' - flutter build web --release --base-href '/article_flutter_riverpod/'
artifacts: artifacts:
paths: paths:
......
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: ...@@ -15,6 +15,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.7.0" version: "4.7.0"
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.1"
args: args:
dependency: transitive dependency: transitive
description: description:
...@@ -113,6 +120,13 @@ packages: ...@@ -113,6 +120,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.1" version: "2.0.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
clock: clock:
dependency: transitive dependency: transitive
description: description:
...@@ -188,6 +202,13 @@ packages: ...@@ -188,6 +202,13 @@ packages:
description: flutter description: flutter
source: sdk source: sdk
version: "0.0.0" 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: flutter_lints:
dependency: "direct dev" dependency: "direct dev"
description: description:
...@@ -254,6 +275,13 @@ packages: ...@@ -254,6 +275,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.0.1" version: "4.0.1"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
io: io:
dependency: transitive dependency: transitive
description: description:
...@@ -338,6 +366,13 @@ packages: ...@@ -338,6 +366,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.1" version: "1.8.1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
pool: pool:
dependency: transitive dependency: transitive
description: description:
...@@ -483,6 +518,13 @@ packages: ...@@ -483,6 +518,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.2.0" version: "2.2.0"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.0"
yaml: yaml:
dependency: transitive dependency: transitive
description: description:
......
...@@ -49,6 +49,7 @@ dev_dependencies: ...@@ -49,6 +49,7 @@ dev_dependencies:
flutter_lints: ^2.0.0 flutter_lints: ^2.0.0
mockito: ^5.1.0 mockito: ^5.1.0
build_runner: ^2.1.10 build_runner: ^2.1.10
flutter_launcher_icons: ^0.10.0
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # 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