Use custom fork of intl

This way I can work with the ios Simulator
This commit is contained in:
Vishesh Handa
2020-06-10 10:50:12 +02:00
parent 03b20b274b
commit 4d26de51b6
2 changed files with 12 additions and 5 deletions

View File

@ -421,10 +421,12 @@ packages:
intl: intl:
dependency: "direct main" dependency: "direct main"
description: description:
name: intl path: "."
url: "https://pub.dartlang.org" ref: HEAD
source: hosted resolved-ref: bdad67e32fedd828ca61004b7007fd7a07087635
version: "0.16.1" url: "https://github.com/GitJournal/intl.git"
source: git
version: "0.17.0-dev"
io: io:
dependency: transitive dependency: transitive
description: description:

View File

@ -7,7 +7,8 @@ dependencies:
sdk: flutter sdk: flutter
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
intl: "^0.16.0" intl:
git: https://github.com/GitJournal/intl.git
path: ^1.6.2 path: ^1.6.2
uuid: ^2.0.1 uuid: ^2.0.1
yaml: ^2.2.0 yaml: ^2.2.0
@ -68,6 +69,10 @@ dev_dependencies:
sdk: flutter sdk: flutter
benchmark_harness: any benchmark_harness: any
dependency_overrides:
intl:
git: https://github.com/GitJournal/intl.git
flutter: flutter:
uses-material-design: true uses-material-design: true
assets: assets: