forked from Nexus/nexus
send notifications natively
This commit is contained in:
parent
11d83ee067
commit
2beb6dcb9b
14 changed files with 225 additions and 30 deletions
|
|
@ -19,8 +19,6 @@ environment:
|
|||
sdk: 3.13.0
|
||||
|
||||
dependency_overrides:
|
||||
webcrypto: 0.6.1
|
||||
hooks: 2.2.0
|
||||
dynamic_color: 2.1.0
|
||||
path_provider_android: 2.2.23 # Pinned to avoid JNI
|
||||
linkify:
|
||||
|
|
@ -83,6 +81,7 @@ dependencies:
|
|||
material_ui: 1.1.0
|
||||
unifiedpush: 6.2.0
|
||||
unifiedpush_storage_shared_preferences: 1.0.0
|
||||
flutter_local_notifications: ^22.3.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: 2.16.0
|
||||
|
|
@ -91,6 +90,8 @@ dev_dependencies:
|
|||
riverpod_lint: 3.1.8
|
||||
flutter_launcher_icons: 0.14.4
|
||||
json_serializable: 6.14.1
|
||||
# Transitive dep but needed for commands
|
||||
webcrypto: any
|
||||
|
||||
flutter_launcher_icons:
|
||||
image_path: assets/icon.png
|
||||
|
|
|
|||
Loading…
Reference in a new issue