This reposistory was created to showcase shader support in Flutter. For more information about my findings see the Medium post.
You can compile shaders using glslc
. You can download it for your platform here.
glslc --target-env=opengl -fshader-stage=fragment -o assets/shaders/simple.sprv shaders/simple.glsl