-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
extendBodyBehindAppBar confuses defaultTabController #88315
Comments
@sobrienpdx |
@darshankawar yes, please find a repro here: https://github.com/sobrienpdx/repro_tabController_bug If you comment out |
@sobrienpdx
Does the behavior persist without using any of above plugin code ? If so, could you update the repo and provide only the core code with which the issue persist ? |
@darshankawar Thanks so much! |
Thanks @sobrienpdx for the updated code sample. I see the same behavior on latest master and stable.
console error log
stable and master flutter doctor -v
|
I have a defaultTabController that programmatically determines it's length. The scaffold that contains the defaultTabController has an app bar. When the app bar has extendBodyBehindAppBar = true the defaultTabController gets confused and gives me this error message:
If I directly print defaultTabController.length and number of tabs they seem fine. Also the program seems to be working fine... ?
The text was updated successfully, but these errors were encountered: