v0.1.3
flutter_shaders
一组用于在 Flutter 中使用 FragmentProgram API 的实用工具。
125喜欢 87.3万近 30 天下载150Pub 分数
AndroidiOSWebmacOSWindowsLinux
用于处理 FragmentProgram API 的工具集合
{"sdk":"flutter"}^2.1.4{"sdk":"flutter"}以下为英文项目原文快照,最新内容请访问 GitHub。
A collection of utilities to make working with the FragmentProgram API easier.
This package includes a number of shaders that can be optionally included into your application by declaring them in the pubspec.yaml:
The pixelation shader reduces the provided sampler to MxN samples. This can be used with the [AnimatedSampler] widget. The required uniforms are:
Floats:
To include this shader in your application, add the following line to your pubspec.yaml
flutter:
shaders:
- packages/flutter_shaders/shaders/pixelation.frag