pubspec.yaml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name: logistics_client
  2. description: A new Flutter project.
  3. # The following defines the version and build number for your application.
  4. # A version number is three numbers separated by dots, like 1.2.43
  5. # followed by an optional build number separated by a +.
  6. # Both the version and the builder number may be overridden in flutter
  7. # build by specifying --build-name and --build-number, respectively.
  8. # Read more about versioning at semver.org.
  9. version: 1.0.0+1
  10. environment:
  11. sdk: ">=2.0.0-dev.68.0 <3.0.0"
  12. dependencies:
  13. flutter:
  14. sdk: flutter
  15. # The following adds the Cupertino Icons font to your application.
  16. # Use with the CupertinoIcons class for iOS style icons.
  17. cupertino_icons: ^0.1.2
  18. # 请求
  19. dio: ^2.0.11
  20. # 屏幕匹配包
  21. flutter_screenutil: ^0.5.1
  22. # 本地数据存储
  23. shared_preferences: ^0.5.0
  24. # 省市区三级联动
  25. city_pickers: ^0.0.1
  26. dev_dependencies:
  27. flutter_test:
  28. sdk: flutter
  29. # For information on the generic Dart part of this file, see the
  30. # following page: https://www.dartlang.org/tools/pub/pubspec
  31. # The following section is specific to Flutter.
  32. flutter:
  33. # The following line ensures that the Material Icons font is
  34. # included with your application, so that you can use the icons in
  35. # the material Icons class.
  36. uses-material-design: true
  37. # To add assets to your application, add an assets section, like this:
  38. # assets:
  39. # - images/a_dot_burr.jpeg
  40. # - images/a_dot_ham.jpeg
  41. assets:
  42. - lib/images/start_page.png
  43. - lib/images/icon_jiedan.png
  44. - lib/images/icon_jiedan01.png
  45. - lib/images/icon_dingdan.png
  46. - lib/images/icon_dingdan01.png
  47. - lib/images/icon_fajian.png
  48. - lib/images/icon_fajian01.png
  49. - lib/images/icon_wode.png
  50. - lib/images/icon_wode01.png
  51. - lib/images/icon_shaixuan.png
  52. - lib/images/icon_send.png
  53. - lib/images/icon_shoujian.png
  54. - lib/images/icon_huowu.png
  55. - lib/images/icon_saoyisao.png
  56. - lib/images/icon_logo.png
  57. - lib/images/icon_zhandianss.png
  58. - lib/images/icon_mimas.png
  59. - lib/images/icon_dayinji.png
  60. # An image asset can refer to one or more resolution-specific "variants", see
  61. # https://flutter.io/assets-and-images/#resolution-aware.
  62. # For details regarding adding assets from package dependencies, see
  63. # https://flutter.io/assets-and-images/#from-packages
  64. # To add custom fonts to your application, add a fonts section here,
  65. # in this "flutter" section. Each entry in this list should have a
  66. # "family" key with the font family name, and a "fonts" key with a
  67. # list giving the asset and other descriptors for the font. For
  68. # example:
  69. # fonts:
  70. # - family: Schyler
  71. # fonts:
  72. # - asset: fonts/Schyler-Regular.ttf
  73. # - asset: fonts/Schyler-Italic.ttf
  74. # style: italic
  75. # - family: Trajan Pro
  76. # fonts:
  77. # - asset: fonts/TrajanPro.ttf
  78. # - asset: fonts/TrajanPro_Bold.ttf
  79. # weight: 700
  80. #
  81. # For details regarding fonts from package dependencies,
  82. # see https://flutter.io/custom-fonts/#from-packages