Skip to content

Commit 965ecab

Browse files
authored
Merge pull request #559 from DevKor-github/feature/issue-536-dependency-scope
[codex] Move tooling packages out of root runtime dependencies
2 parents c08de30 + e1c52be commit 965ecab

3 files changed

Lines changed: 4 additions & 70 deletions

File tree

pubspec.lock

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ packages:
1717
url: "https://pub.dev"
1818
source: hosted
1919
version: "1.3.73"
20-
accessibility_tools:
21-
dependency: transitive
22-
description:
23-
name: accessibility_tools
24-
sha256: aaa782bf794d823f371f45d232efe8605cffe081c34a1d83fe4db491ddbba0c7
25-
url: "https://pub.dev"
26-
source: hosted
27-
version: "2.6.0"
2820
analyzer:
2921
dependency: transitive
3022
description:
@@ -256,14 +248,6 @@ packages:
256248
url: "https://pub.dev"
257249
source: hosted
258250
version: "0.7.12"
259-
device_frame_plus:
260-
dependency: transitive
261-
description:
262-
name: device_frame_plus
263-
sha256: ccc94abccd4d9f0a9f19ef239001b3a59896e678ad42601371d7065889f2bf78
264-
url: "https://pub.dev"
265-
source: hosted
266-
version: "1.5.0"
267251
dio:
268252
dependency: "direct main"
269253
description:
@@ -605,7 +589,7 @@ packages:
605589
source: hosted
606590
version: "0.8.0"
607591
freezed:
608-
dependency: "direct main"
592+
dependency: "direct dev"
609593
description:
610594
name: freezed
611595
sha256: "13065f10e135263a4f5a4391b79a8efc5fb8106f8dd555a9e49b750b45393d77"
@@ -756,14 +740,6 @@ packages:
756740
url: "https://pub.dev"
757741
source: hosted
758742
version: "2.9.1"
759-
inspector:
760-
dependency: transitive
761-
description:
762-
name: inspector
763-
sha256: a01ea538b15947a9189835cc910041bab91aea3ad7c421684118aa1040189ded
764-
url: "https://pub.dev"
765-
source: hosted
766-
version: "3.1.0"
767743
intl:
768744
dependency: "direct main"
769745
description:
@@ -949,7 +925,7 @@ packages:
949925
source: hosted
950926
version: "2.0.0"
951927
mockito:
952-
dependency: "direct main"
928+
dependency: "direct dev"
953929
description:
954930
name: mockito
955931
sha256: eff30d002f0c8bf073b6f929df4483b543133fcafce056870163587b03f1d422
@@ -1180,14 +1156,6 @@ packages:
11801156
url: "https://pub.dev"
11811157
source: hosted
11821158
version: "4.1.0"
1183-
resizable_widget:
1184-
dependency: transitive
1185-
description:
1186-
name: resizable_widget
1187-
sha256: db2919754b93f386b9b3fb15e9f48f6c9d6d41f00a24397629133c99df86606a
1188-
url: "https://pub.dev"
1189-
source: hosted
1190-
version: "1.0.5"
11911159
rxdart:
11921160
dependency: "direct main"
11931161
description:
@@ -1609,22 +1577,6 @@ packages:
16091577
url: "https://pub.dev"
16101578
source: hosted
16111579
version: "3.23.0"
1612-
widgetbook:
1613-
dependency: "direct main"
1614-
description:
1615-
name: widgetbook
1616-
sha256: "0ffadb039b1811870b2f643e1730d419d38435b0e1931cc83f32ecd7e50200e4"
1617-
url: "https://pub.dev"
1618-
source: hosted
1619-
version: "3.20.2"
1620-
widgetbook_annotation:
1621-
dependency: "direct main"
1622-
description:
1623-
name: widgetbook_annotation
1624-
sha256: "55504431b15eedef3c1fc4af2d108ac98b32610b59d4a4e2eea87a8515d17eef"
1625-
url: "https://pub.dev"
1626-
source: hosted
1627-
version: "3.9.0"
16281580
win32:
16291581
dependency: transitive
16301582
description:

pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ dependencies:
4747
cupertino_icons: ^1.0.8
4848
dio: ^5.7.0
4949

50-
mockito: ^5.4.4
5150
equatable: ^2.0.5
5251
collection: ^1.18.0
5352
uuid: ^4.5.1
@@ -69,7 +68,6 @@ dependencies:
6968
flutter_bloc: ^9.1.1
7069
flutter_swipe_action_cell: ^3.1.5
7170
flutter_secure_storage: ^10.3.1
72-
freezed: ^3.2.3
7371
freezed_annotation: ^3.1.0
7472
formz: ^0.8.0
7573
dotted_line: ^3.2.3
@@ -80,8 +78,6 @@ dependencies:
8078
timezone: ^0.10.0
8179
google_sign_in_web: ^1.1.0
8280
google_sign_in_platform_interface: ^3.1.0
83-
widgetbook: ^3.11.0
84-
widgetbook_annotation: ^3.3.0
8581
intl: ^0.20.2
8682

8783
sign_in_with_apple: ^8.1.0
@@ -98,6 +94,8 @@ dev_dependencies:
9894

9995
drift_dev: ^2.31.0
10096
build_runner: ^2.4.15
97+
freezed: ^3.2.3
98+
mockito: ^5.4.4
10199

102100
# The "flutter_lints" package below contains a set of recommended lints to
103101
# encourage good coding practices. The lint set provided by the package is

widgetbook/pubspec.lock

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -548,14 +548,6 @@ packages:
548548
url: "https://pub.dev"
549549
source: hosted
550550
version: "0.8.0"
551-
freezed:
552-
dependency: transitive
553-
description:
554-
name: freezed
555-
sha256: "13065f10e135263a4f5a4391b79a8efc5fb8106f8dd555a9e49b750b45393d77"
556-
url: "https://pub.dev"
557-
source: hosted
558-
version: "3.2.3"
559551
freezed_annotation:
560552
dependency: transitive
561553
description:
@@ -868,14 +860,6 @@ packages:
868860
url: "https://pub.dev"
869861
source: hosted
870862
version: "2.0.0"
871-
mockito:
872-
dependency: transitive
873-
description:
874-
name: mockito
875-
sha256: "2314cbe9165bcd16106513df9cf3c3224713087f09723b128928dc11a4379f99"
876-
url: "https://pub.dev"
877-
source: hosted
878-
version: "5.5.0"
879863
nested:
880864
dependency: transitive
881865
description:

0 commit comments

Comments
 (0)