Flutter is built with C, C++, Dart, and Skia (a 2D rendering engine).
Read moreDoes Flutter use GPU?
Flutter works more like a gaming engine, than an app framework you may be used to. The UI is built and rendered on a Skia Canvas as it changes. Flutter updates the UI at 60fps, and uses the GPU for most of the work .
Read more