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
13
14
{
  "version": 1,
  "medium": {
    "type": "hstack",
    "spacing": 8,
    "padding": 12,
    "background": "#0f172a",
    "children": [
      { "type": "text", "content": "L", "fontSize": 16, "color": "#fff" },
      { "type": "divider", "thickness": 2, "color": "#64748b" },
      { "type": "text", "content": "R", "fontSize": 16, "color": "#fff" }
    ]
  }
}