From 7a5964289a31517d5d704f9ab0c5132729fb4359 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 5 Sep 2020 11:29:33 +0200 Subject: [PATCH] Remove intl fork The workaround no longer seems to be required with the latest version of flutter. --- pubspec.lock | 10 ++++------ pubspec.yaml | 5 +---- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 0cd56d59..cd39b9ae 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -491,12 +491,10 @@ packages: intl: dependency: "direct main" description: - path: "." - ref: HEAD - resolved-ref: bdad67e32fedd828ca61004b7007fd7a07087635 - url: "https://github.com/GitJournal/intl.git" - source: git - version: "0.17.0-dev" + name: intl + url: "https://pub.dartlang.org" + source: hosted + version: "0.16.1" io: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 06038ff9..724d12d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,8 +7,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - intl: - git: https://github.com/GitJournal/intl.git + intl: ^0.16.1 path: ^1.6.2 uuid: ^2.0.1 yaml: ^2.2.0 @@ -70,8 +69,6 @@ dev_dependencies: benchmark_harness: any dependency_overrides: - intl: - git: https://github.com/GitJournal/intl.git markdown: git: https://github.com/GitJournal/markdown.git