Skip to content

Commit 71d50b1

Browse files
committed
fix: Update intl dependency from transitive to direct main in pubspec.lock and pubspec.yaml
1 parent 744b1a7 commit 71d50b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ packages:
101101
source: hosted
102102
version: "15.1.3"
103103
intl:
104-
dependency: transitive
104+
dependency: "direct main"
105105
description:
106106
name: intl
107107
sha256: "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5"

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ environment:
1010
dependencies:
1111
go_router: ^15.1.2
1212
cupertino_icons: ^1.0.8
13+
intl: ^0.20.2
1314
adaptive_platform_ui:
1415
path: ../
1516
flutter:
1617
sdk: flutter
17-
# cupertino: ^0.0.1
18+
# cupertino: ^0.0.1
1819
flutter_localizations:
1920
sdk: flutter
2021

0 commit comments

Comments
 (0)