This is a template for new repositories in the dart-lang/ github org.
Add a brief project description here.
Please update the various repo files before the first commit:
pubspec.yaml
:
- update the name, description, and repository fields
.github/workflows/dart.yaml
- confirm that the GitHub actions config file points to the correct main branch for
your repo (either
main
ormaster
)
README.md
:
- scrub the file of general template content (including this section)