docs/community/samples/serving/helloworld-dart/pubspec.yaml

9 lines
167 B
YAML

name: hello_world_dart
publish_to: none # let's not accidentally publish this to pub.dartlang.org
environment:
sdk: '>=2.1.0 <3.0.0'
dependencies:
shelf: ^0.7.3