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.lock | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/pubspec.lock b/pubspec.lock
index 28a7a73..006418e 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -744,6 +744,14 @@
url: "https://pub.dev"
source: hosted
version: "2.2.0"
+ push:
+ dependency: "direct main"
+ description:
+ name: push
+ sha256: "0ab12f0c194d22e000d5b1e911d66fd5a090b7786cc19228cb77946c922513b3"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.3.3"
record:
dependency: "direct main"
description:
--
Gitblit v1.3.1