pubspec.yaml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. name: ftrecruiter
  2. description: A new Flutter application.
  3. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  4. version: 1.0.0+1
  5. environment:
  6. sdk: '>=2.12.0 <3.0.0'
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. # The following adds the Cupertino Icons font to your application.
  11. # Use with the CupertinoIcons class for iOS style icons.
  12. cupertino_icons: ^1.0.2
  13. # Flutter 架构框架 https://github.com/jonataslaw/getx
  14. get: 4.6.5
  15. # Flutter 常用工具类库 https://github.com/Sky24n/flustars
  16. # SpUtil, ScreenUtil,WidgetUti,JsonUtil,EncryptUtil
  17. # Log,DateUti ,NumUtil,ObjectUtil,TextUtil
  18. # TimelineUtil 时间轴,
  19. # TimerUtil 倒计时,定时任务
  20. flustars: ^2.0.1
  21. # 图片加载框架 https://github.com/renefloor/flutter_cached_network_image
  22. # 封装在LoadImage控件中,推荐图片全部用LoadImage写
  23. cached_network_image: ^3.2.3
  24. # 弹窗控件 https://github.com/CNAD666/flutter_smart_dialog
  25. # 内部包含吐司气泡 弹窗 下拉选等
  26. flutter_smart_dialog: 4.9.0
  27. # 获取当前设备信息 https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
  28. device_info_plus: 8.1.0
  29. # 内部还包括很多其他的工具类(9种)
  30. # Battery
  31. # Connectivity
  32. # Network Info
  33. # Sensor
  34. # 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions
  35. # 兼容Android iOS的键盘逻辑处理
  36. keyboard_actions: ^4.2.0
  37. # WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
  38. # webview_flutter: 3.0.2(可以用这一种,也能用下面一种)
  39. # 如何使用?WebviewScaffold 整体WebView带上下结构布局
  40. # FlutterWebviewPlugin 单独的WebView插件
  41. # https://pub.dev/packages/flutter_webview_plugin#-readme-tab
  42. # flutter_webview_plugin: ^0.4.0
  43. flutter_webview_plugin:
  44. git: https://github.com/nuc134r/flutter_webview_plugin.git
  45. # 自定义下拉刷新控件 https://github.com/xuelongqy/flutter_easyrefresh
  46. # sample示例:https://github.com/xuelongqy/flutter_easy_refresh/tree/v3/example/lib/page/sample
  47. easy_refresh: ^3.3.1
  48. # 约束布局 https://github.com/hackware1993/Flutter_ConstraintLayout/blob/master/README_CN.md
  49. flutter_constraintlayout: ^1.6.3-stable
  50. dev_dependencies:
  51. flutter_test:
  52. sdk: flutter
  53. flutter_lints: ^1.0.0
  54. # For information on the generic Dart part of this file, see the
  55. # following page: https://dart.dev/tools/pub/pubspec
  56. # The following section is specific to Flutter.
  57. flutter:
  58. uses-material-design: true
  59. # To add assets to your application, add an assets section, like this:
  60. assets:
  61. - assets/
  62. - assets/images/
  63. - assets/images/auth/
  64. - assets/images/coin/
  65. - assets/images/company/
  66. - assets/images/job/
  67. - assets/images/talent/
  68. - assets/images/message/
  69. - assets/images/home/
  70. # An image asset can refer to one or more resolution-specific "variants", see
  71. # https://flutter.dev/assets-and-images/#resolution-aware.
  72. # For details regarding adding assets from package dependencies, see
  73. # https://flutter.dev/assets-and-images/#from-packages
  74. # To add custom fonts to your application, add a fonts section here,
  75. # in this "flutter" section. Each entry in this list should have a
  76. # "family" key with the font family name, and a "fonts" key with a
  77. # list giving the asset and other descriptors for the font. For
  78. # example:
  79. # fonts:
  80. # - family: Schyler
  81. # fonts:
  82. # - asset: fonts/Schyler-Regular.ttf
  83. # - asset: fonts/Schyler-Italic.ttf
  84. # style: italic
  85. # - family: Trajan Pro
  86. # fonts:
  87. # - asset: fonts/TrajanPro.ttf
  88. # - asset: fonts/TrajanPro_Bold.ttf
  89. # weight: 700
  90. #
  91. # For details regarding fonts from package dependencies,
  92. # see https://flutter.dev/custom-fonts/#from-packages