Mateusz Gabrynowicz

Results 9 comments of Mateusz Gabrynowicz

This still isn't working on the latest version 4.0.0 `idsAvailable` method is removed from the newest version. What's the current solution for this, since it wasn't fixed and workaround was...

Hi. Right now there is no click event handling added to the labels but it is a nice feature for the enhancement!

You want the app to speak when user is clicking the label? You can try to implement `override fun onTouchEvent(event: MotionEvent?): Boolean` in ArLabelView and check the coordinates of the...

Problem isn't occurring on every device. I've got Google Pixel 5 with Android 11 and everything works fine. But on some devices (and on emulators) this issue happens every time....

Nope. Only this one module is named that way.

Module provides firebase crashlytics instance to : ``` @injectable class FirebaseCrashlyticsLoggerTool extends LoggerTool { final FirebaseCrashlytics _firebaseCrashlytics; FirebaseCrashlyticsLoggerTool(this._firebaseCrashlytics); @override void addLog(String msg, LogType type, String? name, {Object? e, StackTrace? st})...

Just getting that one error that is in my first message.

@Milad-Akarie we also have multi module architecture. You think that this may cause some issues?

Hi. Thanks for the kind words about the library ^^. It looks that the problems you are having aren't connected to the animation itself. The showUpAnimation is only showing scaling...