Roman Cinis

Results 26 comments of Roman Cinis

> Hey @felangel, thanks for the quick response. I must confess that at the moment I have no concrete idea how to implement it properly without breaking changes, otherwise, it...

> You can just set the animation to loop in Rive and when you export the binary, the animation will infinitely loop Hey @uxrefiner I think this is not what...

Hey, is there any news about AA turning off? Thanks!

Hey! It's dependent on few factors, actually shadows, blur etc. effects are not fully supported in Flutter Web, as far as I know. You can try to simplify your animations,...

> ../../../../../Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/flare_flutter-3.0.2/lib/flare_render_box.dart:167:26: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../../../../Documents/flutter/packages/flutter/lib/src/scheduler/binding.dart'). SchedulerBinding.instance?.cancelFrameCallbackWithId(_frameCallbackID); It seems like this package is not maintained anymore,...

Hey @LucasTejero! I can see a trim paths in your animation, it's no go for a Rive in Flutter Web ATM. You will have to expand strokes and animate them...

> In the meantime, do you know if there are there specific animations that cause this error, or is it all? As i wrote before — simplify your animations and...

Hey @Junesui, seems like this package is not maintained anymore, you will probably have to move to Rive 2 soon. Otherwise, you can use it [like that](https://github.com/2d-inc/Flare-Flutter/issues/319#issuecomment-1150780023). Basically provide dependency...

> Hi to solve the problem I had to remove the methodchannel call in onEndOfSpeech() in android/SpeechRecognitionPlugin.java. > As per documentation, on Android, RecognitionListener calls onEndOfSpeech every time a user...

> It's a lot time i don't use it, but the file i had to modify is this one: > https://github.com/rxlabz/speech_recognition/blob/master/android/src/main/java/bz/rxla/flutter/speechrecognition/SpeechRecognitionPlugin.java @andrezanna, thanks, working perfect!