Nico3652
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...
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...
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...
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...
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 :...
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 :   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...