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-28 00:37:12 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
855bdf7b078eb4a0f77622690c15721594ca9d86
855bdf7b
1 parent
570a0902
change relative paths to github links
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
76 additions
and
19 deletions
getx/example/pubspec.yaml
getx/pubspec.yaml
packages/get_instance/pubspec.yaml
packages/get_navigation/pubspec.yaml
packages/get_rx/pubspec.yaml
packages/get_state_manager/pubspec.yaml
packages/get_test/pubspec.yaml
packages/get_utils/pubspec.yaml
getx/example/pubspec.yaml
View file @
855bdf7
...
...
@@ -27,10 +27,16 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
get
:
path
:
../
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
getx
ref
:
master
dio
:
^3.0.9
get_test
:
path
:
../../packages/get_test
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_test
ref
:
master
dev_dependencies
:
flutter_test
:
sdk
:
flutter
...
...
getx/pubspec.yaml
View file @
855bdf7
...
...
@@ -10,17 +10,35 @@ dependencies:
flutter
:
sdk
:
flutter
get_core
:
path
:
../packages/get_core
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_instance
:
path
:
../packages/get_instance
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_instance
ref
:
master
get_rx
:
path
:
../packages/get_rx
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_rx
ref
:
master
get_state_manager
:
path
:
../packages/get_state_manager
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_state_manager
ref
:
master
get_navigation
:
path
:
../packages/get_navigation
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_navigation
ref
:
master
get_utils
:
path
:
../packages/get_utils
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_utils
ref
:
master
dev_dependencies
:
...
...
packages/get_instance/pubspec.yaml
View file @
855bdf7
...
...
@@ -9,7 +9,10 @@ environment:
dependencies
:
get_core
:
path
:
../get_core
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
dev_dependencies
:
test
:
"
>=1.0.0
<2.0.0"
...
...
packages/get_navigation/pubspec.yaml
View file @
855bdf7
...
...
@@ -11,11 +11,20 @@ dependencies:
flutter
:
sdk
:
flutter
get_state_manager
:
path
:
../get_state_manager
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_state_manager
ref
:
master
get_core
:
path
:
../get_core
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_utils
:
path
:
../get_utils
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_utils
ref
:
master
dev_dependencies
:
flutter_test
:
...
...
packages/get_rx/pubspec.yaml
View file @
855bdf7
...
...
@@ -9,9 +9,15 @@ environment:
dependencies
:
get_core
:
path
:
../get_core
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_instance
:
path
:
../get_instance
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_instance
ref
:
master
meta
:
"
>=1.1.0
<2.0.0"
...
...
packages/get_state_manager/pubspec.yaml
View file @
855bdf7
...
...
@@ -11,11 +11,20 @@ dependencies:
flutter
:
sdk
:
flutter
get_rx
:
path
:
../get_rx
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_rx
ref
:
master
get_instance
:
path
:
../get_instance
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_instance
ref
:
master
get_core
:
path
:
../get_core
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
dev_dependencies
:
flutter_test
:
...
...
packages/get_test/pubspec.yaml
View file @
855bdf7
...
...
@@ -12,7 +12,10 @@ dependencies:
sdk
:
flutter
mockito
:
"
>=3.0.0
<4.0.0"
get
:
path
:
../../getx
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
getx
ref
:
master
image_test_utils
:
"
>=1.0.0
<2.0.0"
flutter_test
:
sdk
:
flutter
...
...
packages/get_utils/pubspec.yaml
View file @
855bdf7
...
...
@@ -11,7 +11,10 @@ dependencies:
flutter
:
sdk
:
flutter
get_core
:
path
:
../get_core
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
meta
:
"
>=1.1.0
<2.0.0"
dev_dependencies
:
...
...
Please
register
or
login
to post a comment