Current text:
In iOS 14+, Flutter application in debug mode can only be launched from Flutter tooling, IDEs with Flutter plugins or from Xcode.
Alternatively, build in profile or release modes to enable re-launching from the home screen.";
Proposing a change to:
In iOS 14+, debug mode Flutter apps can only be launched from Flutter tooling, IDEs with Flutter plugins or from Xcode.
Alternatively, build in profile or release modes to enable launching from the home screen.";
- Google style guide is "apps" rather than "applications"
- Pluralize apps
- launching is appropriate here
Fixed in flutter/engine#21362