mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Place all iOS code that relies on APIs introduced in iOS versions later than our base SDK version (iOS 8) behind @available checks. This allows us to enable the -Wunguarded-availability compiler flag for iOS builds in the buildroot repo.