거의 최종본
This commit is contained in:
11
pubspec.yaml
11
pubspec.yaml
@@ -1,5 +1,5 @@
|
||||
name: poet
|
||||
description: "A new Flutter project."
|
||||
name: poet_repository
|
||||
description: "시인의 서재"
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
@@ -39,6 +39,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_launcher_icons: "^0.13.1"
|
||||
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
# encourage good coding practices. The lint set provided by the package is
|
||||
@@ -94,3 +95,9 @@ flutter:
|
||||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/to/font-from-package
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: "launcher_icon"
|
||||
ios: true
|
||||
image_path: "assets/images/ui/UI_Play.webp"
|
||||
remove_alpha_ios: true
|
||||
|
||||
Reference in New Issue
Block a user