安装依赖

This commit is contained in:
guozhigq
2023-04-18 10:48:28 +08:00
parent 8f028b3b57
commit aae24126ce
14 changed files with 378 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: pilipala
description: A new Flutter project.
# 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
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.19.6 <3.0.0'
sdk: ">=2.19.6 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@ -31,10 +31,22 @@ dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
# 动态取色
dynamic_color: ^1.6.2
get: ^4.6.5
# 网络
dio: ^5.1.1
# 图片
cached_network_image: ^3.2.3
# 存储
path_provider: ^2.0.14
dev_dependencies:
flutter_test:
@ -52,7 +64,6 @@ dev_dependencies:
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.