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