dart
                                
                                 dart copied to clipboard
                                
                                    dart copied to clipboard
                            
                            
                            
                        Exercism exercises in Dart.
`beer-song` was deprecated last year, and tracks are encouraged to implement `bottle-song`. If you'd like to deprecate `beer-song`, I can port `bottle-song` to replace it. https://github.com/exercism/problem-specifications/blob/main/exercises/beer-song/.deprecated
See https://github.com/exercism/dart-test-runner/pull/84 for associated test runner change.
This PR changes the interval for dependabot updates to monthly. Right now, the interval is usually set to daily, which results in (almost) daily notifications for Exercism maintainers, and frequent...
Currently, https://github.com/exercism/dart/blob/main/.github/workflows/test.yml checks the formatting before running the test suite, potentially failing before the test suite is checked. This should instead be done as a separate GH action. Any of...