Closed justincbeck closed 1 year ago
Looks like this PR is related. Testing using that code, however did not resolve the issue outlined above.
Well, it looks like I needed to wrap the Scaffold inside the ShowCaseWidget. Now that I've done that, it lines up correctly again. I'm closing this as it's my issue. Thanks!
Describe the bug When adding an app bar the highlight and tooltip are incorrectly offset (by the hight of the app bar) and no longer align with the widget being highlighted.
To Reproduce Steps to reproduce the behavior: You can see an example of this in this project.
To reproduce:
dev
branchflutter pub get
flutter pub run build_runner build
home_screen.dart
file, comment out theappBar
in theScaffold
Expected behavior The highlight and tooltip should align with the widget being highlighted on screen.
Screenshots
Smartphone (please complete the following information):
Additional context The project I'm using is a catch all POC I built to get my head around using
go_router
andriverpod
so, sorry for the hoops to get to the offending screen.