Nico3652

Results 9 issues of Nico3652

First thanks for this great package. I'm using it a lot in my app. In this use case, I want to implement a basic video recording animation, where the start-to-record...

First thanks for the package. I faced a duplicate issue on my project and then I tested your code and it happen for 100%. USE CASE : I simply add...

bug
priority:1

Hi there, The crop is working great for .jpg or .png but I'm not able to crop an animated GIF with this method : ``` Future cropImageDataWithNativeLibrary( ExtendedImageEditorState? state) async...

type: feature
handle: wontfix

Thanks a lot for this great package. However while I tried to use ``` if (playerController.playerState == PlayerState.playing) { playerController.setVolume(0.0); } ``` I got an error cast from android with...

bug

Thanks for the package. On google map we can set a map style through controller like this : ``` onMapCreated: (GoogleMapController controller) { _googleController = controller; _googleController.setMapStyle(_mapStyle); }, ``` Where...

enhancement

I'm trying to use the ```ClipOval``` to clip in circle my native views from ```PlatformView``` which is not working at all on Android and partially on IOS : ANDROID :...

engine
a: platform-views
severe: rendering
has reproducible steps
P4
found in release: 3.3
found in release: 3.4

Thanks for the package. on iOS after taking picture and copping the image, the gallery icon is still visible and also above the rotate button : ![IMG_7867](https://github.com/sawankumarbundelkhandi/edge_detection/assets/50270977/4d59101f-c2dd-4ac9-9884-d5712c2ff4bf) ![IMG_7866](https://github.com/sawankumarbundelkhandi/edge_detection/assets/50270977/6f1d8b0f-f642-4126-b2d3-566156c6b37b) I know...

Hello thanks for this great package! I've cloned your project and run the planet example on WEB (chrome) and get this error : **Error: RangeError (index): Index out of range:...

During 6 months of testing I had no error / crashes using this SDK but recently (maybe with new Xcode version) I'm getting a crash when I'm initializing the main...

bug