mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +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:
|
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:
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user