flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

[a11y] Sync Flutter 3.7 source code #23

Closed swift-kim closed 1 year ago

swift-kim commented 1 year ago
swift-kim commented 1 year ago

@JSUYA A short answer: The build will fail if you apply the patch.

A detailed answer would be: The patch requires a dependency on double-conversion and adding the dependency means we need to build and link the whole Dart runtime just for this. That's too expensive.