We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Orientation change while showing the coach mark leads to a highlighted area which does not match the desired widget anymore.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Orientation change while showing the coach mark leads to a highlighted area which does not match the desired widget anymore.
The text was updated successfully, but these errors were encountered: