1 line
1.1 KiB
YAML
1 line
1.1 KiB
YAML
name: task_hub
|
|
description: "待办事项、日程安排"
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.10.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.8
|
|
flutter_local_notifications: ^19.5.0
|
|
syncfusion_flutter_calendar: ^30.1.37
|
|
fluent_ui: ^4.15.0
|
|
omni_datetime_picker: ^2.3.1
|
|
intl: ^0.20.2
|
|
window_size: ^0.1.0
|
|
hive: ^2.2.3
|
|
hive_flutter: ^1.1.0
|
|
timezone: ^0.10.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
hive_generator: ^2.0.1
|
|
build_runner: ^2.4.6
|
|
flutter_lints: ^5.0.0
|
|
msix: ^3.16.13
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/icons/
|
|
fonts:
|
|
- family: CustomFont
|
|
fonts:
|
|
- asset: fonts/custom.ttf
|
|
|
|
msix_config:
|
|
display_name: TaskHub
|
|
publisher_display_name: Cxx
|
|
identity_name: com.cxx.task
|
|
msix_version: 1.0.0.0
|
|
logo_path: assets/icons/app_icon.ico
|
|
capabilities: internetClient |