pubspec.yaml 241 B

1234567891011121314
  1. name: xdart_test
  2. description: A sample command-line application.
  3. # version: 1.0.0
  4. # homepage: https://www.example.com
  5. environment:
  6. sdk: '>=2.7.0 <3.0.0'
  7. #dependencies:
  8. # path: ^1.6.0
  9. dev_dependencies:
  10. pedantic: ^1.8.0
  11. test: ^1.6.0