|
1 |
| -<!-- markdownlint-disable MD041 MD033 --> |
2 |
| - |
3 |
| -<div align="center"> |
4 |
| - |
5 |
| -[](https://dart.dev/) |
6 |
| - |
7 |
| -</div> |
8 |
| - |
9 |
| -> Dart is a client-optimized language for fast apps on any platform |
10 |
| -
|
11 |
| -— [Dart programming language | Dart] |
12 |
| - |
13 |
| -This feature installs the Dart SDK. |
14 |
| - |
15 |
| -🆘 If you're having trouble with this feature, [open a Discussion] or [open an |
16 |
| -Issue]! We'd be happy to fix bugs! 🐛 |
17 |
| - |
18 |
| -## Supported platforms |
19 |
| - |
20 |
| -`linux/amd64` and `linux/arm64` platforms `debian` and `ubuntu`. |
21 |
| - |
22 |
| -## How to specify extensions? |
23 |
| - |
24 |
| -This feature installs any version with the `version` option and `channel` option. |
25 |
| -Check [Dart SDK archive] for channel details. |
26 |
| - |
27 |
| -```json |
28 |
| -"features": { |
29 |
| - "ghcr.io/devcontainers-community/features/dart:1": { |
30 |
| - "version": "3", |
31 |
| - "channel": "beta" |
32 |
| - } |
33 |
| -} |
34 |
| -``` |
35 |
| - |
36 |
| -Note that the beta and dev channels use suffix-based version matching, |
37 |
| -so only versions ending with channel name (e.g. `3.1.0-63.1.beta`) can be installed. |
38 |
| - |
39 |
| -<!-- prettier-ignore-start --> |
40 |
| -[Dart programming language | Dart]: https://dart.dev/ |
41 |
| -[Dart SDK archive]: https://dart.dev/get-dart/archive |
42 |
| -[Flutter]: https://flutter.dev/ |
43 |
| -[open a Discussion]: https://github.com/devcontainers-community/features/discussions/new?category=q-a |
44 |
| -[open an Issue]: https://github.com/devcontainers-community/features/issues/new |
45 |
| -<!-- prettier-ignore-end --> |
| 1 | +<!-- markdownlint-disable MD041 MD033 --> |
| 2 | + |
| 3 | +<div align="center"> |
| 4 | + |
| 5 | +[](https://dart.dev/) |
| 6 | + |
| 7 | +</div> |
| 8 | + |
| 9 | +> Dart is a client-optimized language for fast apps on any platform |
| 10 | +
|
| 11 | +— [Dart programming language | Dart] |
| 12 | + |
| 13 | +This feature installs the Dart SDK. |
| 14 | + |
| 15 | +🆘 If you're having trouble with this feature, [open a Discussion] or [open an |
| 16 | +Issue]! We'd be happy to fix bugs! 🐛 |
| 17 | + |
| 18 | +## Supported platforms |
| 19 | + |
| 20 | +`linux/amd64` and `linux/arm64` platforms `debian` and `ubuntu`. |
| 21 | + |
| 22 | +## How to specify extensions? |
| 23 | + |
| 24 | +This feature installs any version with the `version` option and `channel` option. |
| 25 | +Check [Dart SDK archive] for channel details. |
| 26 | + |
| 27 | +```json |
| 28 | +"features": { |
| 29 | + "ghcr.io/devcontainers-community/features/dart:1": { |
| 30 | + "version": "3", |
| 31 | + "channel": "beta" |
| 32 | + } |
| 33 | +} |
| 34 | +``` |
| 35 | + |
| 36 | +Note that the beta and dev channels use suffix-based version matching, |
| 37 | +so only versions ending with channel name (e.g. `3.1.0-63.1.beta`) can be installed. |
| 38 | + |
| 39 | +<!-- prettier-ignore-start --> |
| 40 | +[Dart programming language | Dart]: https://dart.dev/ |
| 41 | +[Dart SDK archive]: https://dart.dev/get-dart/archive |
| 42 | +[open a Discussion]: https://github.com/devcontainers-community/features/discussions/new?category=q-a |
| 43 | +[open an Issue]: https://github.com/devcontainers-community/features/issues/new |
| 44 | +<!-- prettier-ignore-end --> |
0 commit comments