fix:修复重启设备后没有通知提醒的问题
This commit is contained in:
58
pubspec.yaml
58
pubspec.yaml
@@ -1,57 +1 @@
|
||||
name: flisp_app
|
||||
description: "闪灵"
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
version: 1.0.0+2
|
||||
|
||||
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
|
||||
# 切换开关组件
|
||||
toggle_switch: ^2.3.0
|
||||
# 表单构建器
|
||||
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
|
||||
syncfusion_flutter_calendar: ^30.1.37
|
||||
syncfusion_localizations: ^30.1.37
|
||||
package_info_plus: ^8.0.0
|
||||
flutter_common:
|
||||
path: ..\flutter_common
|
||||
|
||||
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
|
||||
name: flisp_app
|
||||
Reference in New Issue
Block a user