Update performance_others.md

This commit is contained in:
liyuqian 2020-05-14 14:11:53 -07:00 committed by GitHub
parent bd03ef7ca0
commit ea0c73c1dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,10 +28,8 @@ assignees: ''
reproduces the problem. You could use https://gist.github.com/ for this.
3. Switch flutter to master channel and run this app on a physical device
using profile mode with Skia tracing enabled, as follows:
flutter channel master
flutter run --profile --trace-skia
Then press P to enable the performance overlay.
using profile or release mode. Verify that the performance issue can be
reproduced there.
The bleeding edge master channel is encouraged here because Flutter is
constantly fixing bugs and improving its performance. Your problem in an