mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Use custom fork of intl
This way I can work with the ios Simulator
This commit is contained in:
10
pubspec.lock
10
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:
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user