pubspec.yaml (265B)
1 name: cyrtophora 2 description: A starting point for Dart libraries or applications. 3 version: 1.0.0 4 # homepage: https://www.example.com 5 6 environment: 7 sdk: '>=2.17.0-227.0.dev <3.0.0' 8 9 dependencies: 10 http: ^0.13.5 11 12 dev_dependencies: 13 lints: ^2.0.0 14 test: ^1.16.0