tauri-plugin-widgets 0.5.0

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
{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "body": [
    {
      "id": "card:#1c1c1e;gap:10",
      "items": [
        {
          "items": [
            {
              "size": "Default",
              "text": "✓ Wi-Fi",
              "type": "TextBlock",
              "wrap": true
            }
          ],
          "selectAction": {
            "data": {
              "payload": "false"
            },
            "type": "Action.Execute",
            "verb": "toggle_wifi"
          },
          "type": "Container"
        },
        {
          "items": [
            {
              "size": "Default",
              "text": "○ Bluetooth",
              "type": "TextBlock",
              "wrap": true
            }
          ],
          "selectAction": {
            "data": {
              "payload": "true"
            },
            "type": "Action.Execute",
            "verb": "toggle_bt"
          },
          "type": "Container"
        }
      ],
      "spacing": "Medium",
      "style": "emphasis",
      "type": "Container"
    }
  ],
  "type": "AdaptiveCard",
  "version": "1.5"
}