mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Prepare Flutter's Fuchsia port for removal of the fuchsia.ui.app.ViewProvider.CreateView() API. The Flutter engine's implementation of the API, which has long been deprecated, is removed. Calls to the deprecated CreateView() in tests are replaced with CreateViewWithViewRef(). Bug fxbug.dev/81285