shader_cli
Command-line tool to easily compile GLSL shaders into SPR-V byte code required by Flutter.
This package relates to the shader package project.
Usage
Install the shader executable by running:
dart pub global activate shader_cli
Now you can use the shader executable in your Flutter projects.
For more information run
shader --help
Or visit the documentation of the shader package project.