pubspec.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. #加密包
  33. crypto: ^2.0.6
  34. #扫描条形码
  35. barcode_scan: ^0.0.3
  36. dev_dependencies:
  37. flutter_test:
  38. sdk: flutter
  39. # For information on the generic Dart part of this file, see the
  40. # following page: https://www.dartlang.org/tools/pub/pubspec
  41. # The following section is specific to Flutter.
  42. flutter:
  43. # The following line ensures that the Material Icons font is
  44. # included with your application, so that you can use the icons in
  45. # the material Icons class.
  46. uses-material-design: true
  47. # To add assets to your application, add an assets section, like this:
  48. # assets:
  49. # - images/a_dot_burr.jpeg
  50. # - images/a_dot_ham.jpeg
  51. assets:
  52. - lib/images/start_page.png
  53. - lib/images/icon_jiedan.png
  54. - lib/images/icon_jiedan01.png
  55. - lib/images/icon_dingdan.png
  56. - lib/images/icon_dingdan01.png
  57. - lib/images/icon_fajian.png
  58. - lib/images/icon_fajian01.png
  59. - lib/images/icon_wode.png
  60. - lib/images/icon_wode01.png
  61. - lib/images/icon_shaixuan.png
  62. - lib/images/icon_send.png
  63. - lib/images/icon_shoujian.png
  64. - lib/images/icon_huowu.png
  65. - lib/images/icon_saoyisao.png
  66. - lib/images/icon_logo.png
  67. - lib/images/icon_zhandianss.png
  68. - lib/images/icon_mimas.png
  69. - lib/images/icon_dayinji.png
  70. - lib/images/loading.gif
  71. - lib/images/icon_bank.png
  72. - lib/images/icon_checked.png
  73. - lib/images/icon_avatar.png
  74. - lib/images/icon_print_type.png
  75. # An image asset can refer to one or more resolution-specific "variants", see
  76. # https://flutter.io/assets-and-images/#resolution-aware.
  77. # For details regarding adding assets from package dependencies, see
  78. # https://flutter.io/assets-and-images/#from-packages
  79. # To add custom fonts to your application, add a fonts section here,
  80. # in this "flutter" section. Each entry in this list should have a
  81. # "family" key with the font family name, and a "fonts" key with a
  82. # list giving the asset and other descriptors for the font. For
  83. # example:
  84. # fonts:
  85. # - family: Schyler
  86. # fonts:
  87. # - asset: fonts/Schyler-Regular.ttf
  88. # - asset: fonts/Schyler-Italic.ttf
  89. # style: italic
  90. # - family: Trajan Pro
  91. # fonts:
  92. # - asset: fonts/TrajanPro.ttf
  93. # - asset: fonts/TrajanPro_Bold.ttf
  94. # weight: 700
  95. #
  96. # For details regarding fonts from package dependencies,
  97. # see https://flutter.io/custom-fonts/#from-packages