pubspec.yaml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. name: liftmanager
  2. description: 电梯管家连接一切
  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. # In Android, build-name is used as versionName while build-number used as versionCode.
  9. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  10. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  11. # Read more about iOS versioning at
  12. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  13. version: 3.1.15+59
  14. environment:
  15. sdk: ">=2.7.0 <3.0.0"
  16. dependencies:
  17. flutter:
  18. sdk: flutter
  19. flutter_localizations:
  20. sdk: flutter
  21. # The following adds the Cupertino Icons font to your application.
  22. # Use with the CupertinoIcons class for iOS style icons.
  23. cupertino_icons: ^0.1.2
  24. # 路由框架
  25. fluro: ^1.5.1
  26. # 网络库
  27. dio: ^3.0.7
  28. # 格式化String
  29. sprintf: ^4.0.2
  30. # bugly 腾讯bug收集
  31. flutter_bugly: ^0.2.8
  32. # 高德地图
  33. amap_location_flutter_plugin:
  34. git:
  35. url: https://github.com/amap-demo/amap-location-flutter.git
  36. # amap_all_fluttify: ^0.15.0
  37. # amap_location_fluttify: ^0.13.2
  38. amap_map_fluttify: ^0.23.4
  39. # amap_location_fluttify: ^0.10.0+e74b91b
  40. # amap_map_fluttify: ^0.19.1+b2681d9
  41. # amap_search_fluttify: ^0.8.2+1
  42. # Dart 常用工具类库
  43. common_utils: ^1.1.3
  44. # 图片缓存
  45. cached_network_image: ^2.0.0-rc.1
  46. image: ^2.1.14
  47. # WebView插件
  48. webview_flutter: ^0.3.22+1
  49. # 状态管理
  50. provider: ^4.3.1
  51. # Toast插件
  52. oktoast: ^2.3.0
  53. # Flutter 常用工具类库
  54. flustars: 0.2.6+1
  55. # https://github.com/ReactiveX/rxdart
  56. rxdart: ^0.22.5
  57. # Flutter 轮播图
  58. flutter_swiper: ^1.1.6
  59. # 处理键盘事件
  60. keyboard_actions: ^2.1.2
  61. # 启动URL的插件
  62. url_launcher: 5.4.2
  63. # # 扫码
  64. # barcode_scan:
  65. # git:
  66. # url: https://github.com/simplezhli/flutter_barcode_reader.git
  67. # 图片选择插件
  68. image_picker: 0.6.6+4
  69. # 网络状态
  70. connectivity: ^0.4.6+1
  71. package_info: ^0.4.0+18
  72. crypto: ^2.1.3
  73. # toast
  74. fluttertoast: ^3.1.3
  75. # 微信登录
  76. fluwx: ^1.2.1
  77. # fluwx_no_pay: ^2.1.1
  78. # 权限
  79. permission_handler: ^4.0.0
  80. # 信鸽推送
  81. fake_push: ^0.5.4
  82. # 时间选择器
  83. # flutter_datetime_picker: ^1.2.8
  84. flutter_datetime_picker:
  85. git:
  86. url: https://github.com/derohimat/flutter_datetime_picker.git
  87. # 选择列表
  88. azlistview: ^0.1.2
  89. # 拼音首字母
  90. lpinyin: ^1.0.7
  91. # html标签
  92. flutter_html: ^0.11.1
  93. tuple: ^1.0.3
  94. dev_dependencies:
  95. flutter_test:
  96. sdk: flutter
  97. # For information on the generic Dart part of this file, see the
  98. # following page: https://dart.dev/tools/pub/pubspec
  99. # The following section is specific to Flutter.
  100. flutter:
  101. # The following line ensures that the Material Icons font is
  102. # included with your application, so that you can use the icons in
  103. # the material Icons class.
  104. uses-material-design: true
  105. # To add assets to your application, add an assets section, like this:
  106. assets:
  107. - assets/images/
  108. - assets/images/login/
  109. - assets/images/home/
  110. - assets/images/work/
  111. - assets/images/wode/
  112. - assets/images/state/
  113. - assets/images/news/
  114. # An image asset can refer to one or more resolution-specific "variants", see
  115. # https://flutter.dev/assets-and-images/#resolution-aware.
  116. # For details regarding adding assets from package dependencies, see
  117. # https://flutter.dev/assets-and-images/#from-packages
  118. # To add custom fonts to your application, add a fonts section here,
  119. # in this "flutter" section. Each entry in this list should have a
  120. # "family" key with the font family name, and a "fonts" key with a
  121. # list giving the asset and other descriptors for the font. For
  122. # example:
  123. # fonts:
  124. # - family: Schyler
  125. # fonts:
  126. # - asset: fonts/Schyler-Regular.ttf
  127. # - asset: fonts/Schyler-Italic.ttf
  128. # style: italic
  129. # - family: Trajan Pro
  130. # fonts:
  131. # - asset: fonts/TrajanPro.ttf
  132. # - asset: fonts/TrajanPro_Bold.ttf
  133. # weight: 700
  134. #
  135. # For details regarding fonts from package dependencies,
  136. # see https://flutter.dev/custom-fonts/#from-packages