Last updated:
0 purchases
gpu video flutter
A Plugin to build GPU Video for Flutter #
Now it supports only for Android
With this plugin you can:
Build your own video with wonderful effects.
...
Requires: #
Android min SDK: 21
Usage: #
To Build Your own video with effects just use:
FLPluginView(
filterProgress: 10,
filterType: FilterType.BILATERAL_BLUR,
videoUrl:
"https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_1MB.mp4",
)
videoUrl: your video's url
filterType: type of filter that you want to use
filterProgress: value from 0 to 100, how you want to use your filter with.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.