63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
name: flisp_app
|
|
description: "闪灵"
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.7.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.8
|
|
# 状态管理
|
|
provider: ^6.1.1
|
|
# 本地存储
|
|
shared_preferences: ^2.2.2
|
|
# 对话框组件
|
|
awesome_dialog: ^3.3.0
|
|
# 切换开关组件
|
|
toggle_switch: ^2.3.0
|
|
# 轻量级提示
|
|
fluttertoast: ^8.2.2
|
|
# 表单构建器
|
|
flutter_form_builder: ^10.0.0
|
|
# 表单验证器
|
|
form_builder_validators: ^10.0.0
|
|
# 国际化支持
|
|
intl: ^0.19.0
|
|
# 轻量级NoSQL数据库
|
|
hive: ^2.2.3
|
|
# Hive的Flutter集成
|
|
hive_flutter: ^1.1.0
|
|
# 路径提供器
|
|
path_provider: ^2.1.1
|
|
# 本地通知
|
|
flutter_local_notifications: ^18.0.0
|
|
# 时区支持
|
|
timezone: ^0.10.1
|
|
file_picker: ^10.3.3
|
|
minio: ^3.5.8
|
|
crypto: ^3.0.7
|
|
syncfusion_flutter_calendar: ^30.1.37
|
|
syncfusion_localizations: ^30.1.37
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
hive_generator: ^2.0.1
|
|
build_runner: ^2.4.6
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
fonts:
|
|
- family: CustomFont
|
|
fonts:
|
|
- asset: fonts/custom.ttf
|