Flutter is built on top of Skia, the 2D graphics engine with hardware acceleration. With that, the flutter code is directly compiled to native code not interpreted nor run on a virtual machine like javascript UI frameworks. Therefore apps made with flutter are glitch-free and have nice user experience (UX) .