You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
3.7 KiB

2 years ago
name: project_telephony
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
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
2 years ago
sdk: ">=2.16.0 <3.0.0"
2 years ago
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
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
2 years ago
telephony: ^0.2.0
2 years ago
## 获取来电状态
# provider: ^6.0.3
2 years ago
# 获取通话记录
2 years ago
call_log: ^4.0.0
2 years ago
permission_handler: ^10.0.0
2 years ago
# 后台设置
flutter_background_service: ^0.2.6
device_info_plus: any
2 years ago
# 屏幕适配
flutter_screenutil: ^5.5.3+2
# 路由相关
get: ^4.6.5
# 包的信息
package_info: ^2.0.0
# 本地化存储
hive: ^2.0.4
hive_flutter: ^1.1.0
# 弹出框
bot_toast: ^4.0.3
# 汉转音
lpinyin: ^2.0.3
2 years ago
#各种扩展
velocity_x: ^3.0.0
# 相机
image_picker: ^0.8.5
#微信登录及支付
fluwx: ^3.8.3
#支付宝支付
tobias: ^2.4.0+2
# 工具
flustars: ^2.0.1
# model生成
json_annotation: ^4.6.0
2 years ago
permission_handler_platform_interface: ^3.7.0
2 years ago
provider: ^6.0.3
equatable: any
2 years ago
#日志输出
power_logger: ^1.2.2
2 years ago
# 短信
flutter_sms: ^2.3.3
get_phone_number: ^2.0.1
# flutter_telephony: any
2 years ago
# # jdk
# jverify: ^2.2.5
## pub 集成
# jpush_flutter: 2.1.4
2 years ago
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
2 years ago
# test: ^1.21.4
2 years ago
#导入包整理
import_sorter: ^4.5.1
hive_generator: ^1.1.0
2 years ago
#model自动生成
json_serializable: ^6.1.3
build_runner: ^2.0.2
yaml: ^3.1.0
pub_semver: ^2.1.0
flutter_gen_runner: ^4.1.3
2 years ago
flutter_lints: ^2.0.0
2 years ago
# patgh: ^1.8.1
2 years ago
#脚本工具
grinder: ^0.9.1
flutter_native_splash: ^1.1.8+4
2 years ago
flutter:
2 years ago
uses-material-design: true
generate: true
fonts:
- family: BlackItalic
fonts:
- asset: asset/fonts/Barlow-BlackItalic.ttf
- family: SemiBold
fonts:
- asset: asset/fonts/Barlow-SemiBold.ttf
assets:
- assets/
- assets/icons/
- assets/images/
2 years ago
# - assets/data/
2 years ago