tauri-plugin-widgets 0.4.3

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.
Documentation
{
  "version": 1,
  "small": {
    "type": "vstack",
    "children": [
      {
        "type": "text",
        "content": "Tasks",
        "fontSize": 18.0,
        "fontWeight": "bold",
        "fontDesign": null,
        "textStyle": null,
        "color": null,
        "alignment": null,
        "lineLimit": null,
        "padding": null,
        "background": null,
        "cornerRadius": null,
        "opacity": null,
        "frame": null,
        "border": null,
        "shadow": null,
        "clipShape": null,
        "flex": null
      },
      {
        "type": "list",
        "items": [
          {
            "text": "Buy milk",
            "checked": false,
            "action": "toggle",
            "payload": null
          },
          {
            "text": "Ship 0.4",
            "checked": true,
            "action": null,
            "payload": null
          }
        ],
        "spacing": 4.0,
        "fontSize": null,
        "color": null,
        "padding": null,
        "background": null,
        "cornerRadius": null,
        "opacity": null,
        "frame": null,
        "border": null,
        "shadow": null,
        "clipShape": null,
        "flex": null
      }
    ],
    "spacing": 6.0,
    "alignment": null,
    "padding": 10.0,
    "background": null,
    "cornerRadius": null,
    "opacity": null,
    "frame": null,
    "border": null,
    "shadow": null,
    "clipShape": null,
    "flex": null
  },
  "medium": null,
  "large": null
}