mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
WindowInsetsAnimation.Callback was introduced in API level 30. This PR moves the text input plugin's WindowInsetsAnimation.Callback subclass into a class that will only be loaded if the embedding has checked for a sufficient API level. See https://github.com/flutter/flutter/issues/66908