tauri-plugin-widgets 0.4.1

Tauri plugin for App Widgets on Android, iOS, and macOS (WidgetKit); Windows Widgets Board (Adaptive Cards) + desktop webview; Linux desktop webview with X11 DESKTOP pin.
1
2
3
4
5
6
7
8
9
10
11
12
{
  "version": 1,
  "small": {
    "type": "zstack",
    "alignment": "center",
    "background": "#1e293b",
    "children": [
      { "type": "shape", "shapeType": "circle", "size": 40, "fill": "#334155" },
      { "type": "text", "content": "Z", "fontSize": 18, "color": "#fff", "alignment": "center" }
    ]
  }
}