From f68a986682535dca139515741dd60be26a82edd6 Mon Sep 17 00:00:00 2001 From: Matthias Nott <mnott@mnsoft.org> Date: Wed, 01 Apr 2026 12:28:15 +0200 Subject: [PATCH] feat: add APNs push notification support --- pubspec.yaml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 621f726..c940897 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,6 +31,7 @@ flutter_markdown: ^0.7.7+1 bonsoir: ^6.0.2 crypto: ^3.0.7 + push: ^3.3.3 dev_dependencies: flutter_test: -- Gitblit v1.3.1