Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonatas
2020-09-27 13:07:24 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
961ecddee78c80e4392275bb4d2ef5a0da871282
961ecdde
1 parent
46690b40
fix get_test package to use path
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
packages/get_test/example/pubspec.yaml
packages/get_test/pubspec.yaml
packages/get_test/example/pubspec.yaml
View file @
961ecdd
...
...
@@ -26,6 +26,7 @@ dependencies:
get_test
:
path
:
../
get
:
path
:
../../../getx
# The following adds the Cupertino Icons font to your application.
...
...
packages/get_test/pubspec.yaml
View file @
961ecdd
...
...
@@ -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
...
...
Please
register
or
login
to post a comment