supported Dart 3.0 and fixed lint warnings

This commit is contained in:
Sergey Penkovsky
2023-05-22 15:58:03 +03:00
parent f94c2df7cd
commit 938f8df8b6
6 changed files with 55 additions and 19 deletions

View File

@@ -1,20 +1,21 @@
name: cherrypick
description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
version: 1.1.0
version: 2.0.0
homepage: https://pese-git.github.io/cherrypick-site/
documentation: https://github.com/pese-git/cherrypick/wiki
repository: https://github.com/pese-git/cherrypick
issue_tracker: https://github.com/pese-git/cherrypick/issues
environment:
sdk: ">=2.12.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"
dependencies:
meta: ^1.3.0
dev_dependencies:
pedantic: ^1.11.0
#pedantic: ^1.11.0
test: ^1.17.2
mockito: ^5.0.6
lints: ^2.1.0