pubspec.yaml 4.0 KB

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