| # This code is for testing that the debugger works with weak null-safety |
| # so we should not migrate it to null-safety. |
| # TODO(elliette): Delete this directory post Dart 3.0 (when we no longer |
| # support weak null-safety). |
| name: _test |
| version: 1.0.0 |
| description: >- |
| A fake package used for testing weak null-safety. |
| publish_to: none |
| |
| environment: |
| sdk: ^3.2.0-36.0.dev |
| |
| dependencies: |
| intl: ^0.17.0 |
| path: ^1.6.1 |
| |
| dev_dependencies: |
| build_runner: '>=1.6.2 <3.0.0' |
| build_web_compilers: |
| git: |
| url: https://github.com/dart-lang/build.git |
| ref: legacy_force_opt_out |
| path: build_web_compilers |