pubspec.yaml 287 B

1234567891011121314151617
  1. name: upload
  2. description: A sample command-line application.
  3. version: 1.0.0
  4. # homepage: https://www.example.com
  5. environment:
  6. sdk: '>=2.18.0 <3.0.0'
  7. dependencies:
  8. path: ^1.8.0
  9. http: ^0.13.5
  10. dio: ^4.0.6
  11. process_run: ^0.12.3+2
  12. dev_dependencies:
  13. lints: ^2.0.0
  14. test: ^1.16.0