Files
cherrypick/example/pubspec.yaml

18 lines
202 B
YAML
Raw Normal View History

2020-06-27 06:44:46 +03:00
name: example
version: 1.0.0
2021-03-27 19:48:03 +03:00
homepage: localhost
2021-04-28 09:30:32 +03:00
publish_to: none
2020-06-27 06:44:46 +03:00
environment:
2021-03-27 19:48:03 +03:00
sdk: ">=2.12.0 <3.0.0"
2020-06-27 06:44:46 +03:00
dependencies:
2023-01-27 16:03:11 +03:00
meta: ^1.3.0
2021-04-26 14:56:09 +03:00
cherrypick:
2020-06-27 06:44:46 +03:00
path: ../
dev_dependencies:
2021-03-27 19:48:03 +03:00
test: ^1.16.8