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
1
2
3
4
5
6
package git.s00d.widgets

internal const val GLANCE_CONTAINER_LIMIT = 10
internal const val GLANCE_LIST_LIMIT = 50
internal const val GLANCE_LIST_CHUNK = 9
internal const val TAG = "TauriGlanceWidget"