pubspec.yaml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. #picker
  27. flutter_picker: ^1.0.8
  28. #拨打电话及调整web页面插件
  29. url_launcher: ^5.0.1
  30. #格式化日期包
  31. intl: ^0.15.8
  32. dev_dependencies:
  33. flutter_test:
  34. sdk: flutter
  35. # For information on the generic Dart part of this file, see the
  36. # following page: https://www.dartlang.org/tools/pub/pubspec
  37. # The following section is specific to Flutter.
  38. flutter:
  39. # The following line ensures that the Material Icons font is
  40. # included with your application, so that you can use the icons in
  41. # the material Icons class.
  42. uses-material-design: true
  43. # To add assets to your application, add an assets section, like this:
  44. # assets:
  45. # - images/a_dot_burr.jpeg
  46. # - images/a_dot_ham.jpeg
  47. assets:
  48. - lib/images/start_page.png
  49. - lib/images/icon_jiedan.png
  50. - lib/images/icon_jiedan01.png
  51. - lib/images/icon_dingdan.png
  52. - lib/images/icon_dingdan01.png
  53. - lib/images/icon_fajian.png
  54. - lib/images/icon_fajian01.png
  55. - lib/images/icon_wode.png
  56. - lib/images/icon_wode01.png
  57. - lib/images/icon_shaixuan.png
  58. - lib/images/icon_send.png
  59. - lib/images/icon_shoujian.png
  60. - lib/images/icon_huowu.png
  61. - lib/images/icon_saoyisao.png
  62. - lib/images/icon_logo.png
  63. - lib/images/icon_zhandianss.png
  64. - lib/images/icon_mimas.png
  65. - lib/images/icon_dayinji.png
  66. - lib/images/loading.gif
  67. # An image asset can refer to one or more resolution-specific "variants", see
  68. # https://flutter.io/assets-and-images/#resolution-aware.
  69. # For details regarding adding assets from package dependencies, see
  70. # https://flutter.io/assets-and-images/#from-packages
  71. # To add custom fonts to your application, add a fonts section here,
  72. # in this "flutter" section. Each entry in this list should have a
  73. # "family" key with the font family name, and a "fonts" key with a
  74. # list giving the asset and other descriptors for the font. For
  75. # example:
  76. # fonts:
  77. # - family: Schyler
  78. # fonts:
  79. # - asset: fonts/Schyler-Regular.ttf
  80. # - asset: fonts/Schyler-Italic.ttf
  81. # style: italic
  82. # - family: Trajan Pro
  83. # fonts:
  84. # - asset: fonts/TrajanPro.ttf
  85. # - asset: fonts/TrajanPro_Bold.ttf
  86. # weight: 700
  87. #
  88. # For details regarding fonts from package dependencies,
  89. # see https://flutter.io/custom-fonts/#from-packages