I took a look at flutter for building a mobile app. Is it possible to create Widgets
(not flutter-widgets, but App Widgets
(Android) and Today Extensions
(iOS)) in a flutter app? I guess it can't be done with dart, but is there a way of implementing them native in Java/Swift and include them in the flutter-app?
Thanks!