1 Star 7 Fork 6

newki / Flutter-Room

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pubspec.yaml 6.20 KB
一键复制 编辑 原始数据 按行查看 历史
newki 提交于 2024-01-19 17:04 . init
name: zrjz
description: Flutter Room 临时项目
version: 1.0.0+1
environment:
sdk: '>=3.0.2 <4.0.0'
dependencies:
flutter_localizations:
sdk: flutter
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
# https://pub.dev/packages/dio 网络请求框架
dio: 5.3.3
# Flutter 常用工具类库 https://github.com/Sky24n/flustars
# SpUtil, ScreenUtil,WidgetUti,JsonUtil,EncryptUtil
# Log,DateUti ,NumUtil,ObjectUtil,TextUtil
# TimelineUtil 时间轴,
# TimerUtil 倒计时,定时任务
# 内部还包括很多其他的工具类(9种)
# Battery
# Connectivity
# Network Info
# Sensor
flustars: ^2.0.1
# package_info 应用相关信息
package_info_plus: 4.1.0
# 弹窗控件 https://github.com/CNAD666/flutter_smart_dialog
# 内部包含吐司气泡 弹窗 下拉选等
flutter_smart_dialog: 4.9.4
# 获取当前设备信息 https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
device_info_plus: 8.1.0
# 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions
# 兼容Android iOS的键盘逻辑处理
# keyboard_actions: ^4.2.0
flutter_keyboard_visibility: ^5.4.0
# json 序列化和反序列化
json_annotation: ^4.8.0
# WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
webview_flutter: ^3.0.4
# 如何使用?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
## 列表悬停 https://github.com/fluttercommunity/flutter_sticky_headers
sticky_headers: ^0.3.0
# 图片选择 https://github.com/fluttercandies/flutter_wechat_assets_picker/blob/main/README-ZH.md
wechat_assets_picker: 8.6.3
# 图片加载框架 https://github.com/fluttercandies/extended_image/blob/master/README-ZH.md
# 封装在 MyLoadImage 控件中,推荐图片全部用 MyLoadImage
# wechat_assets_picker 内部已经依赖了 extended_image 框架!无需再次依赖
# 相机选择器 https://github.com/fluttercandies/flutter_wechat_camera_picker/blob/main/README-ZH.md
# 与上面图片选择配套的相机模块,基于 wechat_assets_picker 与 camera 依赖实现的
wechat_camera_picker: 4.0.2
# 图片裁剪 https://github.com/hnvn/flutter_image_cropper
# 与上面图片选择或相机拍照结合使用,裁剪图片为1:1或4:3或16:9的比例
image_cropper: 5.0.0
# 图片压缩 https://github.com/fluttercandies/flutter_image_compress
# https://pub.dev/packages/flutter_image_compress
# 用于最终的图片压缩,在网络请求上传文件的基类 ApiProvider 中统一处理图片的压缩逻辑,业务层不需要处理
flutter_image_compress: 2.0.4
# 跳转应用处理 https://github.com/flutter/plugins/tree/master_archive/packages/url_launcher/url_launcher
# 例如:拨打电话,发送短信,发送邮件,跳转Whatsapp,打开本地文件等操作
url_launcher: 6.1.10
# 极光推送 https://github.com/jpush/jpush-flutter-plugin
jpush_flutter: 2.4.9
#视频播放 https://pub.dev/packages/video_player
chewie: 1.7.1
#手写签名 https://pub.dev/packages/hand_signature
hand_signature: ^3.0.1
#密码输入框 https://pub.dev/packages/hb_password_input_textfield
hb_password_input_textfield: ^1.0.1
# 极光秒验
jverify: 2.3.8
# 微信登录授权分享 https://pub.dev/packages/wechat_kit
wechat_kit: 6.0.1
wechat_kit_extension: 1.0.1
# QQ登录授权分享 https://pub.dev/packages/tencent_kit
tencent_kit: 6.0.1
# 定位,反地理编码
flutter_bmflocation: ^3.3.0
#处理权限
permission_handler: ^8.3.0
# 分享 https://plus.fluttercommunity.dev/docs/share_plus/usage
share_plus: 7.1.0
# https://pub-web.flutter-io.cn/packages/flutter_html/example
flutter_html: ^3.0.0-beta.2
# https://pub-web.flutter-io.cn/packages/flutter_bugly
flutter_bugly: 0.4.4
# 开发环境依赖的库
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/me/
- assets/images/auth/
- assets/images/me/auth/
# 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
wechat_kit:
ios: no_pay
app_id: wx12345678
universal_link: https://xxxxxxxx
tencent_kit:
app_id: 12345678
universal_link: https://xxxxxxxx # 可选项目
1
https://gitee.com/newki123456/flutter-room.git
git@gitee.com:newki123456/flutter-room.git
newki123456
flutter-room
Flutter-Room
master

搜索帮助