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:#111",
      "items": [
        {
          "color": "Light",
          "horizontalAlignment": "Left",
          "id": "fg:#fff",
          "size": "Default",
          "text": "Leading",
          "type": "TextBlock",
          "weight": "Default",
          "wrap": true
        },
        {
          "color": "Light",
          "horizontalAlignment": "Center",
          "id": "fg:#fff",
          "size": "Default",
          "text": "Center",
          "type": "TextBlock",
          "weight": "Default",
          "wrap": true
        },
        {
          "color": "Light",
          "horizontalAlignment": "Right",
          "id": "fg:#fff",
          "size": "Default",
          "text": "Trailing",
          "type": "TextBlock",
          "weight": "Default",
          "wrap": true
        }
      ],
      "spacing": "None",
      "style": "emphasis",
      "type": "Container"
    }
  ],
  "type": "AdaptiveCard",
  "version": "1.5"
}