dart_style icon indicating copy to clipboard operation
dart_style copied to clipboard

An opinionated formatter/linter for Dart code

Results 159 dart_style issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm migrating regression tests and the tall style produces: ```dart greet( @Rest(valueHelp: 'who', help: 'Name(s) to greet.') List who, { @Group.start(title: 'Output') @Option(help: 'How many !\'s to append.') int enthusiasm:...

rare
easy
safe
wrong
tall

Migrate the `regression/0000` directory to the new tall style. Some of the resulting output isn't exactly what I'd hoped for. For now, I've just added TODOs so that we can...

Dart format is moving to a new "tall" style designed to be more readable for the kind of deeply nested declarative code that is common in Flutter (#1253). When users...

enhancement
tall

Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.2 to 1.6.4. Release notes Sourced from dart-lang/setup-dart's releases. v1.6.4 Rebuild JS code to include changes from v1.6.3 v1.6.3 Roll undici dependency to address CVE-2024-30260 and CVE-2024-30261....

infrastructure

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in...

infrastructure

I recently stumbled upon this piece of code from a colleague of mine and had real problems at first to understand what is going on here: ![grafik](https://github.com/dart-lang/sdk/assets/16635729/3c322854-58bc-48fb-ba5f-331291976a7f) One reason for...

I am not sure if this is the right repository to discuss this, but I would like to propose a investigation if 80 characters per line should still be the...