Dominik Vagala

Results 6 comments of Dominik Vagala

Thanks @metasoarous for explanation. I confirm it's now working with custom cookie and data-xid attribute :)

Same issue here on Android A possible workaround for the time being ``` class CurrentNativeOrientation { // there's a bug in the package when obtaining current orientation on android, so...

@pitazzo hey! Have you found a solution? I'm facing the same issue. A quick workaround is to add `Overlay` to `MaterialApp` but it doesn't feel right ```dart return MaterialApp( navigatorKey:...

@RafaelBarbosatec here is minimal reproducible example for this issue: ```dart import 'package:flutter/material.dart'; import 'package:tutorial_coach_mark/tutorial_coach_mark.dart'; TargetFocus target = TargetFocus( identify: "Target 1", keyTarget: GlobalKey(), contents: [TargetContent()], ); final navigatorKey = GlobalKey();...

Btw, if someone here is also looking for a solution, I found this new up-to-date [simple_sensor](https://pub.dev/packages/simple_sensor) package, and it has these absolute values. Update: no, it doesn't have usable pitch...