123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- name: ftrecruiter
- description: A new Flutter application.
- publish_to: 'none' # Remove this line if you wish to publish to pub.dev
- version: 1.0.0+1
- environment:
- sdk: '>=2.12.0 <3.0.0'
- dependencies:
- flutter:
- sdk: flutter
- # The following adds the Cupertino Icons font to your application.
- # Use with the CupertinoIcons class for iOS style icons.
- cupertino_icons: ^1.0.2
- # Flutter 架构框架 https://github.com/jonataslaw/getx
- get: 4.6.5
- # Flutter 常用工具类库 https://github.com/Sky24n/flustars
- # SpUtil, ScreenUtil,WidgetUti,JsonUtil,EncryptUtil
- # Log,DateUti ,NumUtil,ObjectUtil,TextUtil
- # TimelineUtil 时间轴,
- # TimerUtil 倒计时,定时任务
- flustars: ^2.0.1
- # 图片加载框架 https://github.com/renefloor/flutter_cached_network_image
- # 封装在LoadImage控件中,推荐图片全部用LoadImage写
- cached_network_image: ^3.2.3
- # 弹窗控件 https://github.com/CNAD666/flutter_smart_dialog
- # 内部包含吐司气泡 弹窗 下拉选等
- flutter_smart_dialog: 4.9.0
- # 获取当前设备信息 https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
- device_info_plus: 8.1.0
- # 内部还包括很多其他的工具类(9种)
- # Battery
- # Connectivity
- # Network Info
- # Sensor
- # 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions
- # 兼容Android iOS的键盘逻辑处理
- keyboard_actions: ^4.2.0
- # WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
- # webview_flutter: 3.0.2(可以用这一种,也能用下面一种)
- # 如何使用?WebviewScaffold 整体WebView带上下结构布局
- # FlutterWebviewPlugin 单独的WebView插件
- # https://pub.dev/packages/flutter_webview_plugin#-readme-tab
- # flutter_webview_plugin: ^0.4.0
- flutter_webview_plugin:
- git: https://github.com/nuc134r/flutter_webview_plugin.git
- # 自定义下拉刷新控件 https://github.com/xuelongqy/flutter_easyrefresh
- # sample示例:https://github.com/xuelongqy/flutter_easy_refresh/tree/v3/example/lib/page/sample
- easy_refresh: ^3.3.1
- # 约束布局 https://github.com/hackware1993/Flutter_ConstraintLayout/blob/master/README_CN.md
- flutter_constraintlayout: ^1.6.3-stable
- dev_dependencies:
- flutter_test:
- sdk: flutter
- flutter_lints: ^1.0.0
- # For information on the generic Dart part of this file, see the
- # following page: https://dart.dev/tools/pub/pubspec
- # The following section is specific to Flutter.
- flutter:
- uses-material-design: true
- # To add assets to your application, add an assets section, like this:
- assets:
- - assets/
- - assets/images/
- - assets/images/auth/
- - assets/images/coin/
- - assets/images/company/
- - assets/images/job/
- - assets/images/talent/
- - assets/images/message/
- - assets/images/home/
- # An image asset can refer to one or more resolution-specific "variants", see
- # https://flutter.dev/assets-and-images/#resolution-aware.
- # For details regarding adding assets from package dependencies, see
- # https://flutter.dev/assets-and-images/#from-packages
- # To add custom fonts to your application, add a fonts section here,
- # in this "flutter" section. Each entry in this list should have a
- # "family" key with the font family name, and a "fonts" key with a
- # list giving the asset and other descriptors for the font. For
- # example:
- # fonts:
- # - family: Schyler
- # fonts:
- # - asset: fonts/Schyler-Regular.ttf
- # - asset: fonts/Schyler-Italic.ttf
- # style: italic
- # - family: Trajan Pro
- # fonts:
- # - asset: fonts/TrajanPro.ttf
- # - asset: fonts/TrajanPro_Bold.ttf
- # weight: 700
- #
- # For details regarding fonts from package dependencies,
- # see https://flutter.dev/custom-fonts/#from-packages
|