You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #1720(c44272b), the performance issue came out.
It drops the frame rate from 60 to 20s.
As you can see in the video below, I am using two TextComponent for each player.
After I removed these in the same commit, the performance issue was gone.
FYR, I didn't use the new feature of that PR.
Expected behaviour
Remove some performance issue
Flutter doctor output
[✓] Flutter (Channel stable, 3.0.5, on macOS 12.1 21C52 darwin-arm, locale ko-KR)
• Flutter version 3.0.5
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision f1875d570e (3 days ago), 2022-07-13 11:24:16 -0700
• Engine revision e85ea0e79c
• Dart version 2.17.6
• DevTools version 2.12.2
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
• Android SDK
• Platform android-32, build-tools 32.0.0
• Java binary
• Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• CocoaPods version 1.11.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2021.2)
• Android Studio
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.1.3)
• IntelliJ
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[✓] IntelliJ IDEA Ultimate Edition (version 2022.1.3)
• IntelliJ
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[✓] VS Code (version 1.69.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.44.0
[✓] Connected device (3 available)
• SM F711N (mobile) • R3CRC0329PF • android-arm64 • Android 12 (API 31)
• macOS (desktop) • macos • darwin-arm64 • macOS 12.1 21C52 darwin-arm
• Chrome (web) • chrome • web-javascript • Google Chrome 103.0.5060.114
[✓] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
More environment information
Create a list of more environment information, like:
Current bug behaviour
After #1720(c44272b), the performance issue came out.
It drops the frame rate from 60 to 20s.
As you can see in the video below, I am using two
TextComponent
for each player.After I removed these in the same commit, the performance issue was gone.
FYR, I didn't use the new feature of that PR.
Expected behaviour
Remove some performance issue
Flutter doctor output
More environment information
Create a list of more environment information, like:
I can confirm that it occurs on Android. I fix this after testing the IOS.
More information
Video
Normal
normal.mp4
Has frame drop
frame_drop.mp4
The text was updated successfully, but these errors were encountered: