From 0fd016497095d6a6326af0f343f85a682b6c31d8 Mon Sep 17 00:00:00 2001 From: Anilcan Cakir Date: Tue, 4 Aug 2026 00:25:15 +0300 Subject: [PATCH] docs(readme): pin the install snippet to 0.0.2 The snippet asked for magic_notifications ^0.0.1. Dart's caret rules for 0.0.x make that >=0.0.1 <0.0.2, so it excludes this package's own current release. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a35d4..b4625b8 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Managing notifications in Flutter means juggling multiple channels — database ```yaml dependencies: - magic_notifications: ^0.0.1 + magic_notifications: ^0.0.2 ``` ### 2. Install configuration