[flutter/roll] add ignore deprecations to onPointerHover.

in https://github.com/flutter/flutter/pull/36217, the pointer events were split from the mouseEvents. more reasoning is documented in the issue https://github.com/flutter/flutter/issues/36085.

To roll this through as a soft transition, I can:

1. Mark the two usages as ignores deprecation to allow the build to proceed.
2. Roll through the framework which contains the deprecation warnings and the new API.
3. Update the callsites with the new API and remove the deprecation warnings.

Change-Id: I66bd42f8188ec034e3da6d25ec7354a1707cc01f
2 files changed
tree: 5345030f23e0df95bfe58bafff14ae85b5a89e3e
  1. base_shells/
  2. benchmarks/
  3. bin/
  4. bundles/
  5. keyboards/
  6. session_shells/
  7. settings/
  8. story_shells/
  9. tests/
  10. analysis_options.yaml
  11. AUTHORS
  12. BUILD.gn
  13. CONTRIBUTING.md
  14. LICENSE
  15. OWNERS
  16. PATENTS
  17. README.md
README.md

Fuchsia Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Fuchsia.