Skip to content

Commit 2c3016f

Browse files
lamekantfitch
andauthored
Adds chapter 10 for the Dart GSE (#6775)
Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution guidelines below. Fixes <Replace with issue link> --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [x] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/packages/excerpter) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details> --------- Co-authored-by: Amanda Fitch <[email protected]>
1 parent b43a53f commit 2c3016f

File tree

2 files changed

+424
-0
lines changed

2 files changed

+424
-0
lines changed

src/content/get-started/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ follow the instructions on how to [Get the Dart SDK][].
3131
7. [Advanced OOP](/get-started/advanced-oop)
3232
8. [Command_runner polish](/get-started/command-runner-polish)
3333
9. [Data and JSON](/get-started/data-and-json)
34+
10. [Testing](/get-started/testing)

0 commit comments

Comments
 (0)