photofilters icon indicating copy to clipboard operation
photofilters copied to clipboard

photofilters library for flutter

Results 28 photofilters issues
Sort by recently updated
recently updated
newest added

Is there any way to achieve HDR filter on this library? Stack overflow question: https://stackoverflow.com/questions/72471817/how-to-apply-hdr-fillter-to-image-in-flutter ![hdr](https://user-images.githubusercontent.com/82079147/171565464-26129bce-f500-4780-b8ff-516260d7050c.jpg)

Hi, Do we have anything magic color filter that can be used in scanning the document?

enhancement

Hi, I am looking for Glitch Effect in Flutter on images. Like this python package https://pypi.org/project/glitch-this. Any help?

enhancement

While running the following code onTap: ``` Navigator.push( context, new MaterialPageRoute( builder: (context) => new PhotoFilterSelector( // ), ), ); ``` it hangs UI for some seconds then goes to...

Hey, this is a great package however it regularly crashes my development enviroment and also sometimes crashed on my pixel 3 device. I think it's because it's applying each filter...

`Uint8List` is more universal as a type in dart. If I'm using an image elsewhere that I'd like to use with this package, I'm most likely using it as a...

This error causes when using examples shown on package. this is on Android Emulator for now. not checked on Android Device / iOS Emulator / iOS Device ``` D/SharedPreferencesImpl( 1733):...

Hello sir, Is there any way to use these filters in ColorFiltered widget? Thank you!!

I want to add a slider to adjust the strength/opacity of the filter.

It'd be very handy if the plugin can take multiple images so filter could be applied to them. Just swipe left or right to go to the previous or next...

enhancement