Skip to content

Commit d0675f1

Browse files
committed
feat(Pubspec): Downgraded version of intl dependency
1 parent 117f6ba commit d0675f1

File tree

2 files changed

+15
-44
lines changed

2 files changed

+15
-44
lines changed

pubspec.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,10 @@ packages:
601601
dependency: "direct main"
602602
description:
603603
name: intl
604-
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
604+
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
605605
url: "https://pub.dev"
606606
source: hosted
607-
version: "0.19.0"
607+
version: "0.18.1"
608608
intl_utils:
609609
dependency: "direct main"
610610
description:
@@ -649,26 +649,26 @@ packages:
649649
dependency: transitive
650650
description:
651651
name: leak_tracker
652-
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
652+
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
653653
url: "https://pub.dev"
654654
source: hosted
655-
version: "10.0.4"
655+
version: "10.0.0"
656656
leak_tracker_flutter_testing:
657657
dependency: transitive
658658
description:
659659
name: leak_tracker_flutter_testing
660-
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
660+
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
661661
url: "https://pub.dev"
662662
source: hosted
663-
version: "3.0.3"
663+
version: "2.0.1"
664664
leak_tracker_testing:
665665
dependency: transitive
666666
description:
667667
name: leak_tracker_testing
668-
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
668+
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
669669
url: "https://pub.dev"
670670
source: hosted
671-
version: "3.0.1"
671+
version: "2.0.1"
672672
lints:
673673
dependency: transitive
674674
description:
@@ -721,10 +721,10 @@ packages:
721721
dependency: transitive
722722
description:
723723
name: meta
724-
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
724+
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
725725
url: "https://pub.dev"
726726
source: hosted
727-
version: "1.12.0"
727+
version: "1.11.0"
728728
mime:
729729
dependency: transitive
730730
description:
@@ -1118,10 +1118,10 @@ packages:
11181118
dependency: transitive
11191119
description:
11201120
name: test_api
1121-
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
1121+
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
11221122
url: "https://pub.dev"
11231123
source: hosted
1124-
version: "0.7.0"
1124+
version: "0.6.1"
11251125
timing:
11261126
dependency: transitive
11271127
description:
@@ -1246,10 +1246,10 @@ packages:
12461246
dependency: transitive
12471247
description:
12481248
name: vm_service
1249-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
1249+
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
12501250
url: "https://pub.dev"
12511251
source: hosted
1252-
version: "14.2.1"
1252+
version: "13.0.0"
12531253
watcher:
12541254
dependency: transitive
12551255
description:

pubspec.yaml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ dependencies:
4747
pretty_dio_logger: ^1.3.1
4848
fluttertoast: ^8.2.4
4949
go_router: ^13.1.0
50-
intl: ^0.19.0
50+
intl: ^0.18.1
5151
intl_utils: ^2.8.7
5252
dropdown_button2: ^2.3.9
5353
searchfield: ^0.9.0
5454
google_fonts: ^6.1.0
5555
flutter_styled_toast: ^2.2.1
5656

57-
5857
dev_dependencies:
5958
flutter_test:
6059
sdk: flutter
@@ -65,7 +64,6 @@ dev_dependencies:
6564
json_serializable: ^6.7.1
6665

6766
flutter:
68-
6967
uses-material-design: true
7068

7169
assets:
@@ -79,33 +77,6 @@ flutter:
7977
- assets/fastlane/android/
8078
- assets/fastlane/ios/
8179
- assets/git_cliff/
82-
# - images/a_dot_ham.jpeg
83-
84-
# An image asset can refer to one or more resolution-specific "variants", see
85-
# https://flutter.dev/assets-and-images/#resolution-aware
86-
87-
# For details regarding adding assets from package dependencies, see
88-
# https://flutter.dev/assets-and-images/#from-packages
89-
90-
# To add custom fonts to your application, add a fonts section here,
91-
# in this "flutter" section. Each entry in this list should have a
92-
# "family" key with the font family name, and a "fonts" key with a
93-
# list giving the asset and other descriptors for the font. For
94-
# example:
95-
# fonts:
96-
# - family: Schyler
97-
# fonts:
98-
# - asset: fonts/Schyler-Regular.ttf
99-
# - asset: fonts/Schyler-Italic.ttf
100-
# style: italic
101-
# - family: Trajan Pro
102-
# fonts:
103-
# - asset: fonts/TrajanPro.ttf
104-
# - asset: fonts/TrajanPro_Bold.ttf
105-
# weight: 700
106-
#
107-
# For details regarding fonts from package dependencies,
108-
# see https://flutter.dev/custom-fonts/#from-packages
10980

11081
flutter_intl:
11182
enabled: true

0 commit comments

Comments
 (0)