在 tutorial_coach_mark 获得下一个目标

Get the next target on tutorial_coach_mark

我正在使用名为 https://pub.dev/packages/tutorial_coach_mark

的 Flutter 教练教程

我的问题是只有按下屏幕上的空闲 space 才能获得下一个目标。就我而言,我在教程中有很多文字,因此用户正在努力获得下一个目标。

有没有办法告诉 TutorialCoachMark 去下一个目标?所以用户将能够点击整个屏幕以获得下一个目标?

谢谢!

根据@RafaelBarbosatec回答:

What must be happening is that you are clicking on the widget that you put to display above the overlay. To solve this, add an IgnorePoint above the widget you pass in TargetContent. And don’t forget enableOverlayTab: true in TargetFocus

问题已解决!