File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ repository: https://github.com/wosherco/trpc-client-dart
5
5
issue_tracker : https://github.com/wosherco/trpc-client-dart/issues
6
6
homepage : https://github.com/wosherco/trpc-client-dart
7
7
8
+ resolution : workspace
9
+
8
10
environment :
9
- sdk : ^3.4 .0
11
+ sdk : ^3.5 .0
10
12
11
13
dependencies :
12
14
http : ^1.2.1
Original file line number Diff line number Diff line change @@ -5,15 +5,25 @@ repository: https://github.com/wosherco/trpc-client-dart
5
5
issue_tracker : https://github.com/wosherco/trpc-client-dart/issues
6
6
homepage : https://github.com/wosherco/trpc-client-dart
7
7
8
+ resolution : workspace
9
+
8
10
environment :
9
- sdk : ^3.4 .0
11
+ sdk : ^3.5 .0
10
12
11
13
dependencies :
12
14
trpc_client : ^0.3.4
15
+ source_gen : ^1.5.0
16
+ analyzer : " >=5.2.0 <7.0.0"
17
+ json_annotation : ^4.8.1
18
+ freezed_annotation : ^2.4.4
19
+ build : ^2.4.1
13
20
14
21
dev_dependencies :
15
22
lints : ^3.0.0
16
23
test : ^1.24.0
24
+ build_runner : ^2.3.3
25
+ freezed : ^2.5.7
26
+ json_serializable : ^6.7.1
17
27
18
28
platforms :
19
29
android :
You can’t perform that action at this time.
0 commit comments