From 4d26de51b62c31c61a63ec2c682fa3b681d5017f Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 10 Jun 2020 10:50:12 +0200 Subject: [PATCH] Use custom fork of intl This way I can work with the ios Simulator --- pubspec.lock | 10 ++++++---- pubspec.yaml | 7 ++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9a2c421e..24693a61 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -421,10 +421,12 @@ packages: intl: dependency: "direct main" description: - name: intl - url: "https://pub.dartlang.org" - source: hosted - version: "0.16.1" + path: "." + ref: HEAD + resolved-ref: bdad67e32fedd828ca61004b7007fd7a07087635 + url: "https://github.com/GitJournal/intl.git" + source: git + version: "0.17.0-dev" io: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1e3c794b..b65ac882 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,8 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - intl: "^0.16.0" + intl: + git: https://github.com/GitJournal/intl.git path: ^1.6.2 uuid: ^2.0.1 yaml: ^2.2.0 @@ -68,6 +69,10 @@ dev_dependencies: sdk: flutter benchmark_harness: any +dependency_overrides: + intl: + git: https://github.com/GitJournal/intl.git + flutter: uses-material-design: true assets: