File tree Expand file tree Collapse file tree 14 files changed +26
-22
lines changed
amplify_datastore_plugin_interface
amplify_authenticator_test
amplify_push_notifications_pinpoint
amplify_push_notifications
storage/amplify_storage_s3 Expand file tree Collapse file tree 14 files changed +26
-22
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ dependencies:
32
32
33
33
dev_dependencies :
34
34
amplify_lints : " >=2.0.2 <2.1.0"
35
- amplify_test : any
35
+ amplify_test :
36
+ path : ../../test/amplify_test
36
37
build_runner : ^2.0.0
37
38
flutter_test :
38
39
sdk : flutter
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ dependencies:
20
20
async : ^2.10.0
21
21
22
22
dev_dependencies :
23
- amplify_test : any
23
+ amplify_test :
24
+ path : ../test/amplify_test
24
25
flutter_test :
25
26
sdk : flutter
26
27
fake_async : ^1.2.0
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies:
17
17
meta : ^1.7.0
18
18
19
19
dev_dependencies :
20
- amplify_test : any
20
+ amplify_test :
21
+ path : ../test/amplify_test
21
22
flutter_test :
22
23
sdk : flutter
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ dependencies:
32
32
33
33
dev_dependencies :
34
34
amplify_lints : " >=2.0.2 <2.1.0"
35
- amplify_test : any
35
+ amplify_test :
36
+ path : ../../test/amplify_test
36
37
build_runner : ^2.0.0
37
38
connectivity_plus_platform_interface : any
38
39
flutter_test :
Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ dev_dependencies:
45
45
amplify_api : " >=1.0.0-next.8 <1.0.0-next.9"
46
46
amplify_authenticator_test :
47
47
path : ../../amplify_authenticator_test
48
- amplify_integration_test : any
48
+ amplify_integration_test :
49
+ path : ../../../test/amplify_integration_test
49
50
amplify_lints :
50
51
path : ../../../amplify_lints
51
- amplify_test : any
52
+ amplify_test :
53
+ path : ../../../test/amplify_test
52
54
aws_common : any
53
55
flutter_driver :
54
56
sdk : flutter
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ dependencies:
28
28
dev_dependencies :
29
29
amplify_authenticator_test :
30
30
path : ../amplify_authenticator_test
31
- amplify_integration_test : any
31
+ amplify_integration_test :
32
+ path : ../../test/amplify_integration_test
32
33
amplify_lints : " >=2.0.2 <2.1.0"
33
34
build_runner : ^2.3.3
34
35
build_version : ^2.1.1
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ environment:
10
10
dependencies :
11
11
amplify_authenticator : " >=1.0.0-next.5+1 <1.0.0-next.6"
12
12
amplify_flutter : " >=1.0.0-next.8 <1.0.0-next.9"
13
- amplify_integration_test : any
13
+ amplify_integration_test :
14
+ path : ../../test/amplify_integration_test
14
15
flutter :
15
16
sdk : flutter
16
17
flutter_test :
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ dependencies:
19
19
20
20
dev_dependencies :
21
21
amplify_lints : ^2.0.0
22
- amplify_test : any
22
+ amplify_test :
23
+ path : ../../../test/amplify_test
23
24
aws_signature_v4 : " >=0.3.1+5 <0.4.0"
24
25
build_runner : ^2.0.0
25
26
build_test : ^2.1.5
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ dependencies:
22
22
23
23
dev_dependencies :
24
24
amplify_lints : ^2.0.0
25
- amplify_test : any
25
+ amplify_test :
26
+ path : ../../../test/amplify_test
26
27
build_runner : ^2.0.0
27
28
built_value_generator : 8.4.4
28
29
flutter_test :
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ dependencies:
30
30
31
31
dev_dependencies :
32
32
amplify_lints : " >=2.0.2 <2.1.0"
33
- amplify_test : any
33
+ amplify_test :
34
+ path : ../../test/amplify_test
34
35
aws_signature_v4 : " >=0.3.1+5 <0.4.0"
35
36
flutter_test :
36
37
sdk : flutter
You can’t perform that action at this time.
0 commit comments