nikolaydymura / native_filters

MIT License
25 stars 11 forks source link

Remove old logic for available filter. Read data from json files instead #10

Closed nikolaydymura closed 2 years ago

kavantrivedi commented 2 years ago

hey @nikolaydymura, I wanted to use this plugin for video filters in a project but does this support both platforms?

nikolaydymura commented 2 years ago

@kavantrivedi yes you can use it for videos too. The package supports passing video files as well as the photo file. If something doesn't work we will be glad to help you.

kavantrivedi commented 2 years ago

@nikolaydymura
Thank you for the quick response, I have to open a camera with the applied filter on it, any idea how we can do that? any references you have, it will be helpful if you can share them here

nikolaydymura commented 2 years ago

@kavantrivedi for now it's only available in native solutions like CIFilter for ios or some GPUVideo for Android. We plan to have this functionality in flutter soon, but couldn't predict a time

kavantrivedi commented 2 years ago

@nikolaydymura
Thank you for the suggestions