techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.8K
active users

#dartlang

2 posts2 participants0 posts today

TIL it's actually easier than I thought to share a memory buffer between Isolates in Dart, and thus avoid the copy cost.

This punches a hole in the isolation but could also be very helpful for performance.

forum.itsallwidgets.com/t/how-

Most people won't need this but if you have a long-living chunk of data that is constantly being updated (common in some games), then this is fantastic news.

Although (my Mastodon client) is written in Flutter, I am working with in the backend for quite some time and like it better than . Having checked out the latest news from KotlinConf, I am now going to give Compose Multiplatform a try. The last time I checked, it did not have hot reload, which instantly put me off. However, hot reload for Compose is now in alpha, so let's see how it goes.

For anyone who is having problems with bloc plugins in IntelliJ, as I have lately...

You need to update your global dart version. I was running my projects with FVM, but setting up dart globally with homebrew, which was still using 3.6.x