Unclaimed project
Are you a maintainer of dart_style? Claim this project to take control of your public changelog and roadmap.
Changelog
An opinionated formatter/linter for Dart code
Last updated 1 day ago
package:analyzer.trailing_commas: preserve) applies to record
type annotations too (#1721).This change only applies to code whose language version is 3.10 or higher:
trailing_commas is preserve, preserve a trailing comma after the last
enum constant when members are present (#1678, #1729).
// Before formatting:
enum { constant, ; member() {} }
// After formatting at language version 3.9 or lower:
enum {
constant;
member() {}
}
// After formatting at language version 3.10 or higher:
enum {
constant,
;
member() {}
}
(Thanks to jellynoone@ for this change.)🎧 Open source music streaming app! Available for both desktop & mobile!
A multi-platform proxy client based on ClashMeta,simple and easy to use, open-source and ad-free.
Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free.
flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档