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

Performance Enhancements: Widgets #2070

Open
3 of 4 tasks
parthshindee opened this issue Sep 9, 2024 · 0 comments · May be fixed by #2089
Open
3 of 4 tasks

Performance Enhancements: Widgets #2070

parthshindee opened this issue Sep 9, 2024 · 0 comments · May be fixed by #2089
Assignees

Comments

@parthshindee
Copy link
Contributor

parthshindee commented Sep 9, 2024

Time Tracking: MA-207

Utilizing stateless widgets and const variables can significantly enhance rendering efficiency.

This is done when:

  • Determining which Stateful Widgets can be refactored to use Stateless Widgets instead.
  • Reducing rebuilds by using Stateless widgets where possible
  • Using const constructors to ensure that widgets are created once and reused, reducing the overhead
  • Code with stateless widgets and constants is cleaner and easier to read

This issue is part of the Flutter Mobile App Performance Improvements Proposal

@parthshindee parthshindee self-assigned this Sep 9, 2024
@klortiz13 klortiz13 self-assigned this Sep 22, 2024
@parthshindee parthshindee linked a pull request Oct 16, 2024 that will close this issue
@parthshindee parthshindee linked a pull request Oct 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: PR Review
Development

Successfully merging a pull request may close this issue.

2 participants