Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.

Learn more

Flutter 3.41 is live! Check out theFlutter 3.41 blog post!

Performance

Evaluating the performance of your app from several angles.

Watch on YouTube in a new tab: "Flutter performance tips | Flutter in Focus"

Note

What is performance? Why is performance important? How do I improve performance?

Our goal is to answer those three questions (mainly the third one), and anything related to them. This document should serve as the single entry point or the root node of a tree of resources that addresses any questions that you have about performance.

The answers to the first two questions are mostly philosophical, and not as helpful to many developers who visit this page with specific performance issues that need to be solved. Therefore, the answers to those questions are in theappendix.

To improve performance, you first need metrics: some measurable numbers to verify the problems and improvements. In themetrics page, you'll see which metrics are currently used, and which tools and APIs are available to get the metrics.

There is a list ofFrequently asked questions, so you can find out if the questions you have or the problems you're having were already answered or encountered, and whether there are existing solutions. (Alternatively, you can check the Flutter GitHub issue database using theperformance label.)

Finally, the performance issues are divided into four categories. They correspond to the four labels that are used in the Flutter GitHub issue database: "perf: speed", "perf: memory", "perf: app size", "perf: energy".

The rest of the content is organized using those four categories.

Speed

#

Are your animations janky (not smooth)? Learn how to evaluate and fix rendering issues.

Improving rendering performance

App size

#

How to measure your app's size. The smaller the size, the quicker it is to download.

Measuring your app's size

Was this page's content helpful?

Unless stated otherwise, the documentation on this site reflects Flutter 3.38.6. Page last updated on 2025-10-28.View source orreport an issue.


[8]ページ先頭

©2009-2026 Movatter.jp