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

Feature/navgation body builder #77

Merged
merged 6 commits into from
Oct 5, 2021

Conversation

NicolaVerbeeck
Copy link
Contributor

This adds a builder variant to NavigationBody. Fixes #76

Pre-launch Checklist

  • I have run dartfmt on all changed files
  • I have updated CHANGELOG.md with my changes
  • I have run "optimize/organize imports" on all changed files
  • I have addressed all analyzer warnings as best I could
  • I have added/updated relevant documentation
  • I have run flutter pub publish --dry-run and addressed any warnings

@bdlukaa
Copy link
Owner

bdlukaa commented Oct 3, 2021

Shouldn't we be using Listview.builder when itembuilder not null? That would increase performance

@NicolaVerbeeck
Copy link
Contributor Author

I don't think so, we are using a building pattern anyway in the class by only building the widget at the current index. A listview builder does not make sense here

@bdlukaa bdlukaa merged commit 1c73247 into bdlukaa:master Oct 5, 2021
@NicolaVerbeeck NicolaVerbeeck deleted the feature/NavgationBodyBuilder branch October 6, 2021 20:46
WinXaito pushed a commit to WinXaito/fluent_ui that referenced this pull request Nov 28, 2021
dev-hann added a commit to dev-hann/fluent_ui that referenced this pull request Sep 18, 2023
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

Successfully merging this pull request may close these issues.

NavigationBody builder
2 participants