pubspec.yaml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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.1
  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. # 自定义下拉刷新控件 https://github.com/xuelongqy/flutter_easyrefresh
  40. flutter_easyrefresh: 2.2.1
  41. dev_dependencies:
  42. flutter_test:
  43. sdk: flutter
  44. flutter_lints: ^1.0.0
  45. # For information on the generic Dart part of this file, see the
  46. # following page: https://dart.dev/tools/pub/pubspec
  47. # The following section is specific to Flutter.
  48. flutter:
  49. uses-material-design: true
  50. # To add assets to your application, add an assets section, like this:
  51. assets:
  52. - assets/
  53. - assets/images/
  54. - assets/images/auth/
  55. - assets/images/coin/
  56. - assets/images/company/
  57. - assets/images/home/
  58. - assets/images/job/
  59. - assets/images/talent/
  60. - assets/images/message/
  61. fonts:
  62. - family: time_new
  63. fonts:
  64. - asset: assets/fonts/Times-New-Roman.ttf
  65. - family: sc_light
  66. fonts:
  67. - asset: assets/fonts/San-Francisco-Display-Light.otf
  68. - family: sc_medium
  69. fonts:
  70. - asset: assets/fonts/San-Francisco-Display-Medium.ttf
  71. - family: sc_regular
  72. fonts:
  73. - asset: assets/fonts/San-Francisco-Display-Regular.ttf
  74. - family: sc_bold
  75. fonts:
  76. - asset: assets/fonts/San-Francisco-Display-Semibold.otf
  77. # An image asset can refer to one or more resolution-specific "variants", see
  78. # https://flutter.dev/assets-and-images/#resolution-aware.
  79. # For details regarding adding assets from package dependencies, see
  80. # https://flutter.dev/assets-and-images/#from-packages
  81. # To add custom fonts to your application, add a fonts section here,
  82. # in this "flutter" section. Each entry in this list should have a
  83. # "family" key with the font family name, and a "fonts" key with a
  84. # list giving the asset and other descriptors for the font. For
  85. # example:
  86. # fonts:
  87. # - family: Schyler
  88. # fonts:
  89. # - asset: fonts/Schyler-Regular.ttf
  90. # - asset: fonts/Schyler-Italic.ttf
  91. # style: italic
  92. # - family: Trajan Pro
  93. # fonts:
  94. # - asset: fonts/TrajanPro.ttf
  95. # - asset: fonts/TrajanPro_Bold.ttf
  96. # weight: 700
  97. #
  98. # For details regarding fonts from package dependencies,
  99. # see https://flutter.dev/custom-fonts/#from-packages