name: _test_circular1_sound | |
version: 1.0.0 | |
description: >- | |
A fake package used for testing imports with sound null-safety with circular dependency. | |
publish_to: none | |
environment: | |
sdk: ^3.2.0 | |
dependencies: | |
intl: ^0.17.0 | |
path: ^1.6.1 | |
_test_circular2_sound: | |
path: ../_testCircular2Sound | |
dev_dependencies: | |
build_runner: ^2.5.0 | |
build_web_compilers: ^4.0.4 |