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