Jonatas

fix get_test package to use path

... ... @@ -26,6 +26,7 @@ dependencies:
get_test:
path: ../
get:
path: ../../../getx
# The following adds the Cupertino Icons font to your application.
... ...
... ... @@ -11,10 +11,8 @@ dependencies:
flutter:
sdk: flutter
mockito: ">=3.0.0 <4.0.0"
get_navigation:
path: ../get_navigation
get_state_manager:
path: ../get_state_manager
get:
path: ../../getx
image_test_utils: ">=1.0.0 <2.0.0"
flutter_test:
sdk: flutter
... ...