| 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' |