mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
To avoid analyzer warnings when utf8.encode() will return the more precise Uint8List type, we use const Utf8Encoder().convert() which already returns Uint8List See https://github.com/dart-lang/sdk/issues/52801