exercism/dart/hello-world/pubspec.yaml

6 lines
93 B
YAML
Raw Permalink Normal View History

2018-08-14 22:28:48 +00:00
name: 'hello_world'
2023-04-06 16:35:43 +00:00
environment:
sdk: '>=2.18.0 <3.0.0'
2018-08-14 22:28:48 +00:00
dev_dependencies:
2023-04-06 16:35:43 +00:00
test: '<2.0.0'