echogit

Results 14 comments of echogit

Did you set the language correctly? I found out that sometimes the language is not downloaded on demand as it is supposed..

Acho que traduzir para inglês terá uma maior chance de responderem: **English:** ### **How to Keep the Cropping Mask Static When Rotating the Image in ImageCropper on Flutter?** Description: I...

I tried to add this: ``` if (appSettingsProvider.language.startsWith('fi') && isIOS) { startOffset=startOffset-15; endOffset=endOffset-15; } ``` But still, it didn't helped much, as depending on the text it varies the point...

Would this be a problem specifically with iOS TTS native implementation?