Add intl to dependencies
This commit is contained in:
parent
3bf70d2f97
commit
0643808984
2 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,7 @@ packages:
|
|||
source: hosted
|
||||
version: "3.1.3"
|
||||
intl:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: intl
|
||||
url: "https://pub.dartlang.org"
|
||||
|
|
|
@ -35,6 +35,7 @@ dependencies:
|
|||
sdk: flutter
|
||||
flutter_form_builder: ^7.1.1
|
||||
flutter_launcher_icons_maker: ^0.10.2
|
||||
intl: ^0.17.0
|
||||
lottie: ^1.3.0
|
||||
responsify: ^1.0.0+5
|
||||
shared_preferences: ^2.0.13
|
||||
|
|
Loading…
Add table
Reference in a new issue