Add dependency on pedantic
This commit is contained in:
parent
3cd6a0fd6e
commit
eb639fcfec
2 changed files with 3 additions and 2 deletions
|
@ -444,12 +444,12 @@ packages:
|
|||
source: hosted
|
||||
version: "1.0.2"
|
||||
pedantic:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: pedantic
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.9.0"
|
||||
version: "1.9.2"
|
||||
petitparser:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -61,6 +61,7 @@ dependencies:
|
|||
uni_links: ^0.4.0
|
||||
crisp: ^0.1.3
|
||||
flutter_sodium: ^0.1.8
|
||||
pedantic: ^1.9.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue