As you may know, SwiftUI does not have too many elegant indicators as the UIKit itself. So I have decided to implement some of the popular indicators that are already exist for the UIKit, but natively in pure SwiftUI. So it can be used for the iOS 13 with the SwiftUI 1.0 alongside with the newly widgets that apple is introduced currently. Since you know
UIKit views wrapped in UIViewRepresentable will not work in WidgetKit. When the views are encoded from your extension to be displayed they will appear blank
So I planned to implement…