Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 715 Bytes

File metadata and controls

20 lines (11 loc) · 715 Bytes

Kotlin Compose Desktop vs Flutter Desktop

This is a small person project to practise and (kind of) benchmark the two solutions to multiplatform development. This was just a fun little experiement for me to do on a Saturday afternoon.

Kotlin Compose Code

The infinite list handler code can be found here The Retrofit code was based on this

Flutter Code

The infinite list was entirely based on this

Benchmark

Primes:

Kotlin: average of 3276ms

Flutter: average of 3657ms