Experimented with creating a ‘widgetStack’ (paged scrolling through items) similar to the iOS ‘Smart Stack’ widget. 90% SwiftUI, aside from the UIPageControl (wrapped in representable) to maintain the drag-to-specific-page interaction.
We're excited to unveil Smart Launcher 6.2! Discover all the new features and improvements we've made for you! Check out the details in our latest Reddit post: bit.ly/3IbpWoQ#Android#homescreen#WidgetStack
And finally here’s an example of how the new WidgetDate can be used to show a live updating timer ⏱
You can add a date to a widget using the addDate(myDate) function on ListWidget and WidgetStack.
📄 Documentation: docs.scriptable.app/widgetda…
Here’s an example of how the new SFSymbol API can be used to create colorful icons 🎨
You can add a SF symbol to a widget using the addImage(mySymbol.image) API on ListWidget and WidgetStack.
📄 Documentation: docs.scriptable.app/sfsymbol…