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/flutter@programming.dev/t/1358276
You must log in or register to comment.

