flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Implement high contrast for TV profile #231

Closed zhouleonlei closed 2 years ago

zhouleonlei commented 2 years ago

Add accessibility high contrast in Menu for TV profile

swift-kim commented 2 years ago
swift-kim commented 2 years ago

A channel (a.k.a. plugin) is for interaction between the embedder and Dart code (framework or app code). You shouldn't implement this feature in settings_channel.cc or any other file under the channels directory unless you're implementing a "channel" (such as "flutter/settings") that is known to both the embedder and Dart code. If you really want to do so, you should provide a rationale for your decision. Otherwise please redesign your code and open the PR again.

@xuelian-bai Could you review thoroughly before this guy opens a PR so that it meets our quality standards?