1 Star 0 Fork 2

Blown_Zyq/jd_flutter

forked from 江水东流/jd_flutter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pubspec.yaml 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
江水东流 提交于 2024-02-09 10:57 . 1
name: jd_flutter
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
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
# 异步操作
async: ^2.11.0
# 网络请求
dio: ^5.4.0
# 网络请求
intl: 0.18.1
# path_provider
path_provider: ^2.1.1
# 加载loading框
flutter_easyloading: ^3.0.5
# 刷新框架
easy_refresh: ^3.3.2+4
# 瀑布流
flutter_staggered_grid_view: ^0.7.0
# 数据存储
shared_preferences: ^2.2.2
# 带缓冲的网络图片
cached_network_image: ^3.3.0
# webView
flutter_inappwebview: ^5.8.0
# 启动应用
url_launcher: ^6.2.1
# 嵌套滚动
extended_nested_scroll_view: ^6.2.1
# 横竖屏切换
orientation: ^1.3.0
# 权限
permission_handler: ^11.1.0
# 图片查看
photo_view: ^0.14.0
# 组件滑动
card_swiper: ^3.0.1
# 图片选择插件 https://github.com/flutter/packages/tree/main/packages/image_picker
image_picker: 1.0.4
# 屏幕适配
flutter_screenutil: ^5.9.0
# 网络状态检测
connectivity_plus: ^5.0.2
#苹果内购
in_app_purchase: ^3.1.13
# 音频
audio_session: ^0.1.18
# 录音 播放
flutter_sound: ^9.2.13
# 轮播图
carousel_slider: ^4.2.1
# 崩溃上报
# flutter_bugly_plugin: ^0.0.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.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 packages.
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/common/
- assets/images/login/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Blown_zyq/jd_flutter.git
git@gitee.com:Blown_zyq/jd_flutter.git
Blown_zyq
jd_flutter
jd_flutter
master

搜索帮助