Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlighted section after an orientation change does not fit #1

Open
sdolski opened this issue Apr 11, 2019 · 1 comment
Open

Highlighted section after an orientation change does not fit #1

sdolski opened this issue Apr 11, 2019 · 1 comment

Comments

@sdolski
Copy link

sdolski commented Apr 11, 2019

Orientation change while showing the coach mark leads to a highlighted area which does not match the desired widget anymore.

@fuddy-penguin
Copy link

I wrapped the content in a SafeArea and worked for myself.

return Scaffold( appBar: AppBar(title: Text('Friends')), body: SafeArea(child: content), floatingActionButton: _friends.isEmpty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants