Remove intl fork

The workaround no longer seems to be required with the latest version of
flutter.
This commit is contained in:
Vishesh Handa
2020-09-05 11:29:33 +02:00
parent 362b29929e
commit 7a5964289a
2 changed files with 5 additions and 10 deletions

View File

@ -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:

View File

@ -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