Add app icon

This commit is contained in:
Moe Poi ~ 2022-04-24 16:17:25 +07:00
parent 9997bee509
commit 2f976c1057
3 changed files with 58 additions and 0 deletions

BIN
assets/logo.webp Normal file

Binary file not shown.

After

(image error) Size: 6.7 KiB

View file

@ -8,6 +8,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
async:
dependency: transitive
description:
@ -132,6 +146,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
flutter_launcher_icons_maker:
dependency: "direct main"
description:
name: flutter_launcher_icons_maker
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.2"
flutter_lints:
dependency: "direct dev"
description:
@ -158,6 +179,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
lints:
dependency: transitive
description:
@ -263,6 +291,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "4.4.0"
platform:
dependency: transitive
description:
@ -394,6 +429,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0+1"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.1"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.16.2 <3.0.0"
flutter: ">=2.8.0"

View file

@ -33,12 +33,21 @@ dependencies:
dio: ^4.0.6
flutter:
sdk: flutter
flutter_launcher_icons_maker: ^0.10.2
dev_dependencies:
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter_icons:
android: true
ios: true
macos: true
windows: true
web: true
image_path: "assets/logo.webp"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.