Showing
2 changed files
with
3 additions
and
4 deletions
@@ -26,6 +26,7 @@ dependencies: | @@ -26,6 +26,7 @@ dependencies: | ||
26 | get_test: | 26 | get_test: |
27 | path: ../ | 27 | path: ../ |
28 | get: | 28 | get: |
29 | + path: ../../../getx | ||
29 | 30 | ||
30 | 31 | ||
31 | # The following adds the Cupertino Icons font to your application. | 32 | # The following adds the Cupertino Icons font to your application. |
@@ -11,10 +11,8 @@ dependencies: | @@ -11,10 +11,8 @@ dependencies: | ||
11 | flutter: | 11 | flutter: |
12 | sdk: flutter | 12 | sdk: flutter |
13 | mockito: ">=3.0.0 <4.0.0" | 13 | mockito: ">=3.0.0 <4.0.0" |
14 | - get_navigation: | ||
15 | - path: ../get_navigation | ||
16 | - get_state_manager: | ||
17 | - path: ../get_state_manager | 14 | + get: |
15 | + path: ../../getx | ||
18 | image_test_utils: ">=1.0.0 <2.0.0" | 16 | image_test_utils: ">=1.0.0 <2.0.0" |
19 | flutter_test: | 17 | flutter_test: |
20 | sdk: flutter | 18 | sdk: flutter |
-
Please register or login to post a comment