Does Flutter use WebGL?

Flash used the NPAPI to “break out” of the web and was basically “native” code you could escape to, whereas Flutter really is using web APIs, like Wasm, ARIA, WebGL, JS, WebComponents, and so on, to create true web apps that just happen to not use much of the control set that HTML exposes.

Read more