flutter-intellij
flutter-intellij copied to clipboard
[perf] Stop creating presentations in action constructors
Eagerly creating presentations in action constructors can lead to unnecessary allocation of memory. The better approach is to identify icons, etc. in plugin.xml so that the platform can only instantiate things as needed.