6 ms·
Why not just dart?
by frr149 4y ago
Why not just dart?
- mkss 4y agoDart being a GC'd runtime makes it quite hard to use for low latency audio applications, probably not as critical for audio input as output, but still potential issue, for more details see: https://github.com/dart-lang/sdk/issues/46943 https://github.com/dart-lang/sdk/issues/46943
- pjmlp 4y agoThen why bother with Flutter at all?