blob: ef8e6e89d388acf8574b3eb9458c8911ff77f104 [file] [log] [blame]
name: _webdev_smoke
description: A test fixture for webdev testing.
# The versions in this pubspec should match the requirements
# defined by webdev. That is the SDK constraint should be the
# same as defined by webdev/pubspec.yaml and the build_runner
# and build_web_compilers constraint should match those defined
# in pubspec.dart.
environment:
sdk: '>=2.17.0 <3.0.0'
dev_dependencies:
build_runner: '>=1.6.2 <3.0.0'
build_web_compilers: '>=2.12.0 <4.0.0'