pubspec.yaml 2.9 KB

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