2025-05-02 11:41:18 +03:00
|
|
|
name: cherrypick_workspace
|
2021-04-28 08:01:20 +03:00
|
|
|
description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
|
2023-05-22 15:58:03 +03:00
|
|
|
version: 2.0.0
|
2022-05-21 16:29:41 +03:00
|
|
|
homepage: https://pese-git.github.io/cherrypick-site/
|
2021-04-27 06:13:30 +03:00
|
|
|
documentation: https://github.com/pese-git/cherrypick/wiki
|
2021-04-26 14:56:09 +03:00
|
|
|
repository: https://github.com/pese-git/cherrypick
|
|
|
|
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
2020-06-27 06:44:46 +03:00
|
|
|
|
|
|
|
|
environment:
|
2025-05-16 09:30:30 +03:00
|
|
|
sdk: ">=3.5.2 <4.0.0"
|
2020-06-27 06:44:46 +03:00
|
|
|
|
|
|
|
|
dependencies:
|
2021-03-27 19:48:03 +03:00
|
|
|
meta: ^1.3.0
|
2020-06-27 06:44:46 +03:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
2023-05-22 15:58:03 +03:00
|
|
|
#pedantic: ^1.11.0
|
2020-06-27 06:44:46 +03:00
|
|
|
|
2021-04-28 09:30:32 +03:00
|
|
|
test: ^1.17.2
|
|
|
|
|
|
|
|
|
|
mockito: ^5.0.6
|
2023-05-22 15:58:03 +03:00
|
|
|
lints: ^2.1.0
|
2025-05-02 11:41:18 +03:00
|
|
|
melos: ^6.3.2
|