Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: navigationview top mode #821

Merged
merged 5 commits into from
May 6, 2023
Merged

fix: navigationview top mode #821

merged 5 commits into from
May 6, 2023

Conversation

bdlukaa
Copy link
Owner

@bdlukaa bdlukaa commented Apr 30, 2023

Fixes #812
Fixes #818

Pre-launch Checklist

  • I have updated CHANGELOG.md with my changes
  • I have run "dart format ." on the project
  • I have added/updated relevant documentation

@bdlukaa bdlukaa marked this pull request as ready for review May 2, 2023 22:55
@bdlukaa bdlukaa merged commit 2b1236b into master May 6, 2023
@bdlukaa bdlukaa mentioned this pull request May 6, 2023
@longfit
Copy link

longfit commented Jul 25, 2023

Android Platform Up to Now , I cannot fix the PaneItemExpander expand the paneItem , the debugger
show:

How to avoid click PaneItemExpander face exception

void _ensureAttached() {
assert(isAttached, 'This controller must be attached to a FlyoutTarget');
}

FlyoutController.showFlyout
void _ensureAttached() {
assert(isAttached, 'This controller must be attached to a FlyoutTarget');
}

@bdlukaa bdlukaa deleted the top-overflow branch January 31, 2025 19:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A FlyoutController was used after being disposed. 🐛 NavigationPane duplicate key in tree widget
2 participants