Add dependency on intl
This commit is contained in:
parent
8a07a438f2
commit
73fc9a42a7
2 changed files with 2 additions and 1 deletions
|
@ -432,7 +432,7 @@ packages:
|
|||
source: path
|
||||
version: "0.3.6"
|
||||
intl:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: intl
|
||||
url: "https://pub.dartlang.org"
|
||||
|
|
|
@ -89,6 +89,7 @@ dependencies:
|
|||
syncfusion_flutter_sliders: ^19.1.67-beta
|
||||
syncfusion_flutter_core: ^19.1.67
|
||||
pinput: ^1.2.0
|
||||
intl: ^0.17.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue