Move UTF-8 decoding off the main thread. (#14206)
This reduces the jank of bringing up the license screen further. The remaining lost frame or two are caused by Dart itself, see: https://github.com/dart-lang/sdk/issues/31954 https://github.com/dart-lang/sdk/issues/31959 https://github.com/dart-lang/sdk/issues/31960 Fixes https://github.com/flutter/flutter/issues/5187
Showing
Please register or sign in to comment