Skip to content

alettsy/kotlin-compose-vs-flutter-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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