v0.1.3
flutter_shaders
Flutter में FragmentProgram API के साथ काम करने के लिए उपयोगिताओं का संग्रह।
125लाइक 8.7 लाख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