pubspec.yaml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. name: o2oa_all_platform
  2. description: O2OA, Open source free OA development platform .
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `flutter pub publish`. This is preferred for private packages.
  5. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  6. # The following defines the version and build number for your application.
  7. # A version number is three numbers separated by dots, like 1.2.43
  8. # followed by an optional build number separated by a +.
  9. # Both the version and the builder number may be overridden in flutter
  10. # build by specifying --build-name and --build-number, respectively.
  11. # In Android, build-name is used as versionName while build-number used as versionCode.
  12. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  13. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  14. # Read more about iOS versioning at
  15. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  16. version: 1.0.0+6
  17. environment:
  18. sdk: ">=3.0.0 < 4.0.0"
  19. # Dependencies specify other packages that your package needs in order to work.
  20. # To automatically upgrade your package dependencies to the latest versions
  21. # consider running `flutter pub upgrade --major-versions`. Alternatively,
  22. # dependencies can be manually updated by changing the version numbers below to
  23. # the latest version available on pub.dev. To see which dependencies have newer
  24. # versions available, run `flutter pub outdated`.
  25. dependencies:
  26. flutter:
  27. sdk: flutter
  28. flutter_localizations:
  29. sdk: flutter
  30. # The following adds the Cupertino Icons font to your application.
  31. # Use with the CupertinoIcons class for iOS style icons.
  32. cupertino_icons: ^1.0.2
  33. # 日志打印
  34. logger: ^1.1.0
  35. # 网络请求
  36. dio: ^4.0.6
  37. # 本地存储
  38. shared_preferences: ^2.0.15
  39. #文件路径
  40. path_provider: ^2.0.10
  41. # 文件路径跨平台处理
  42. path: ^1.8.2
  43. # getX
  44. get: ^4.6.3
  45. # 极光推送
  46. jpush_flutter: 2.5.0
  47. # 屏幕适配
  48. # flutter_screenutil: ^5.9.0
  49. # 下拉刷新
  50. pull_to_refresh: ^2.0.0
  51. # easyloading
  52. flutter_easyloading: ^3.0.3
  53. # webview
  54. # webview_flutter: ^3.0.4
  55. flutter_inappwebview: ^5.4.3+7
  56. # rsa 加密 登录加密使用
  57. encrypt: ^5.0.1
  58. pointycastle: ^3.3.0
  59. # 图片预览器
  60. photo_view: ^0.14.0
  61. # 扫码 移动端
  62. mobile_scanner: ^2.0.0
  63. # 权限申请
  64. permission_handler: ^9.2.0
  65. # webscoket
  66. web_socket_channel: ^2.2.0
  67. # 滚动大图
  68. carousel_slider: ^4.1.1
  69. uuid: ^3.0.6
  70. # 文件选择器 全平台
  71. file_picker: ^5.0.1
  72. # 拍照和图片选择 移动端
  73. image_picker: ^0.8.5+3
  74. # 录音 播放音频 移动端
  75. flutter_sound: ^9.2.13
  76. # 播放音频 全平台
  77. audioplayers: 1.1.1
  78. # 打开外部浏览器 拨号 发送消息等功能 全平台
  79. url_launcher: ^6.1.5
  80. # 小红点
  81. badges: ^2.0.3
  82. # pc 通知
  83. local_notifier: ^0.1.5
  84. # 长按菜单
  85. context_menus: ^1.0.2
  86. # qq、微信群头像
  87. nine_grid_view: ^2.0.0
  88. # 头像裁剪
  89. # image_crop: ^0.4.1
  90. image_crop:
  91. git:
  92. url: https://gitee.com/17161934/image_crop.git
  93. # 跳转到系统设置
  94. app_settings: 4.1.8
  95. # 版本信息
  96. package_info_plus: ^3.1.2
  97. # group listview
  98. grouped_list: ^5.1.2
  99. # 横拉操作菜单 脑图用
  100. flutter_slidable: ^1.3.0
  101. # 图片处理 脑图用
  102. image: ^3.2.0
  103. # 日历控件
  104. table_calendar: ^3.0.8
  105. # 上面控件需要
  106. # intl: ^0.17.0
  107. # 获取设备信息,比如打卡、论坛发帖啥的
  108. device_info_plus: 9.0.3
  109. # 视频播放
  110. video_player: ^2.7.0
  111. # 定位
  112. geolocation:
  113. git:
  114. url: https://gitee.com/17161934/geolocation.git
  115. ref: 0.0.4
  116. # 动画 app 更新使用
  117. flutter_spinkit: ^5.2.0
  118. # 网络验证
  119. connectivity_plus: 5.0.2
  120. # lottie 动画
  121. lottie: 2.6.0
  122. # 生物识别认证
  123. local_auth: 2.1.8
  124. # 分享功能
  125. share_plus: ^7.2.2
  126. # text to speech
  127. flutter_tts: ^3.8.5
  128. dev_dependencies:
  129. flutter_test:
  130. sdk: flutter
  131. # The "flutter_lints" package below contains a set of recommended lints to
  132. # encourage good coding practices. The lint set provided by the package is
  133. # activated in the `analysis_options.yaml` file located at the root of your
  134. # package. See that file for information about deactivating specific lint
  135. # rules and activating additional ones.
  136. flutter_lints: ^2.0.0
  137. # For information on the generic Dart part of this file, see the
  138. # following page: https://dart.dev/tools/pub/pubspec
  139. # The following section is specific to Flutter packages.
  140. flutter:
  141. # The following line ensures that the Material Icons font is
  142. # included with your application, so that you can use the icons in
  143. # the material Icons class.
  144. uses-material-design: true
  145. assets:
  146. - assets/emoji/
  147. - assets/images/
  148. - assets/gif/
  149. - assets/json/
  150. fonts:
  151. - family: o2IconFont
  152. fonts:
  153. - asset: assets/fonts/o2app-font.ttf
  154. # To add assets to your application, add an assets section, like this:
  155. # assets:
  156. # - images/a_dot_burr.jpeg
  157. # - images/a_dot_ham.jpeg
  158. # An image asset can refer to one or more resolution-specific "variants", see
  159. # https://flutter.dev/assets-and-images/#resolution-aware
  160. # For details regarding adding assets from package dependencies, see
  161. # https://flutter.dev/assets-and-images/#from-packages
  162. # To add custom fonts to your application, add a fonts section here,
  163. # in this "flutter" section. Each entry in this list should have a
  164. # "family" key with the font family name, and a "fonts" key with a
  165. # list giving the asset and other descriptors for the font. For
  166. # example:
  167. # fonts:
  168. # - family: Schyler
  169. # fonts:
  170. # - asset: fonts/Schyler-Regular.ttf
  171. # - asset: fonts/Schyler-Italic.ttf
  172. # style: italic
  173. # - family: Trajan Pro
  174. # fonts:
  175. # - asset: fonts/TrajanPro.ttf
  176. # - asset: fonts/TrajanPro_Bold.ttf
  177. # weight: 700
  178. #
  179. # For details regarding fonts from package dependencies,
  180. # see https://flutter.dev/custom-fonts/#from-packages