mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`Chrome < v87` have the `v8BreakIterator` API but don't have `Intl.Segmenter`. This caused crashes for some apps (see b/281377168). This PR enhances our feature detection to take into account this API mismatch.