Dec 4, 2020
https://buildflutter.com/how-flutter-works/
"Widgets are the building blocks of your app. Flutter doesn’t have native controls or components. Flutter draws the UI output on a Skia Canvas."
The Skia Canvas is sent to the platform for rendering.
I stand by my original article.