From 6a645ae2439d14fa9767bdb143d62d9cdeabe4fa Mon Sep 17 00:00:00 2001 From: jihanurrahman33 Date: Tue, 2 Sep 2025 03:08:53 +0600 Subject: [PATCH] docs(readme): replace pub.dartlang.org with pub.dev; normalize macOS; update Flutter docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35514de..10100b4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # system_alert_window -[![Pub](https://img.shields.io/pub/v/system_alert_window.svg)](https://pub.dartlang.org/packages/system_alert_window) +[![Pub](https://img.shields.io/pub/v/system_alert_window.svg)](https://pub.dev/packages/system_alert_window) A flutter plugin to show Truecaller like overlay window, over all other apps along with callback events. Android Go or Android 11 & above, this plugin shows notification bubble, in other android versions, it shows an overlay window.