this post was submitted on 20 May 2025
5 points (100.0% liked)

Dart

168 readers
5 users here now

Dart and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.

founded 2 years ago
MODERATORS
 

Highlights

  • Formatter updates with a new "tall" style.
  • Cross compilation to native Linux binaries (including x86_64 and ARM64) from Windows, macOS, and Linux development machines.
  • Null-aware elements let you add elements to a collection such as a list, set, or map, if the elements are not null. To make an element a null-aware element in a collection literal, prepend the element with ?.
  • Doc imports in doc comments.
  • Trending packages on pub.dev.
  • Hot reload on the web (experimental).
  • Direct native interoperability.

Flutter update here: https://kbin.earth/m/[email protected]/t/1358276

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here