Use live_toast instead of built-in flash

Precursor for building better notifications
This commit is contained in:
Claudio Ortolina
2025-06-07 08:27:25 +01:00
parent a005a3c203
commit 0aa0a19a00
10 changed files with 19 additions and 147 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"dependencies": {
"barcode-detector": "^3.0.0",
"canvas-confetti": "^1.9.3"
"canvas-confetti": "^1.9.3",
"live_toast": "file:../deps/live_toast"
}
}