Template for glsl files to be used within a flutter project.
Create a boilerplate GLSL file for your Flutter project.
# Install this globally
mason add -g flutter_shader
# make a new shader )
mason make flutter_shader --name "beautiful shader"
## A glsl file is on shaders/beautiful_shader.glsl
## An entry for the shader is added to the pubspec.yaml file
To learn more about shaders on Flutter see this talk.