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 18:04:40 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f6f312e039b7ef3adb22ebdb630dcc85e8ad0093
f6f312e0
1 parent
96675a58
prepare to upload to pub.dev
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
95 deletions
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/pubspec.yaml
View file @
f6f312e
...
...
@@ -9,41 +9,13 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
get_core
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_instance
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_instance
ref
:
master
get_rx
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_rx
ref
:
master
get_state_manager
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_state_manager
ref
:
master
get_navigation
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_navigation
ref
:
master
get_utils
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_utils
ref
:
master
get_test
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_test
ref
:
master
get_core
:
"
>=3.10.2
<4.0.0"
get_instance
:
"
>=3.10.2
<4.0.0"
get_rx
:
"
>=3.10.2
<4.0.0"
get_state_manager
:
"
>=3.10.2
<4.0.0"
get_navigation
:
"
>=3.10.2
<4.0.0"
get_utils
:
"
>=3.10.2
<4.0.0"
get_test
:
"
>=3.10.2
<4.0.0"
dev_dependencies
:
...
...
packages/get_instance/pubspec.yaml
View file @
f6f312e
...
...
@@ -8,11 +8,7 @@ environment:
dependencies
:
get_core
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_core
:
"
>=3.10.2
<4.0.0"
dev_dependencies
:
test
:
"
>=1.0.0
<2.0.0"
...
...
packages/get_navigation/pubspec.yaml
View file @
f6f312e
...
...
@@ -10,21 +10,9 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
get_state_manager
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_state_manager
ref
:
master
get_core
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_utils
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_utils
ref
:
master
get_state_manager
:
"
>=3.10.2
<4.0.0"
get_core
:
"
>=3.10.2
<4.0.0"
get_utils
:
"
>=3.10.2
<4.0.0"
dev_dependencies
:
flutter_test
:
...
...
packages/get_rx/pubspec.yaml
View file @
f6f312e
...
...
@@ -8,16 +8,8 @@ environment:
dependencies
:
get_core
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_instance
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_instance
ref
:
master
get_core
:
"
>=3.10.2
<4.0.0"
get_instance
:
"
>=3.10.2
<4.0.0"
meta
:
"
>=1.1.0
<2.0.0"
...
...
packages/get_state_manager/pubspec.yaml
View file @
f6f312e
...
...
@@ -10,21 +10,9 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
get_rx
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_rx
ref
:
master
get_instance
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_instance
ref
:
master
get_core
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_rx
:
"
>=3.10.2
<4.0.0"
get_instance
:
"
>=3.10.2
<4.0.0"
get_core
:
"
>=3.10.2
<4.0.0"
dev_dependencies
:
flutter_test
:
...
...
packages/get_test/pubspec.yaml
View file @
f6f312e
...
...
@@ -11,16 +11,8 @@ dependencies:
flutter
:
sdk
:
flutter
mockito
:
"
>=3.0.0
<5.0.0"
get_navigation
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_navigation
ref
:
master
get_state_manager
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_state_manager
ref
:
master
get_navigation
:
"
>=3.10.2
<4.0.0"
get_state_manager
:
"
>=3.10.2
<4.0.0"
meta
:
"
>=1.1.0
<2.0.0"
flutter_test
:
sdk
:
flutter
...
...
packages/get_utils/pubspec.yaml
View file @
f6f312e
...
...
@@ -10,11 +10,7 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
get_core
:
git
:
url
:
git://github.com/jonataslaw/getx.git
path
:
packages/get_core
ref
:
master
get_core
:
"
>=3.10.2
<4.0.0"
meta
:
"
>=1.1.0
<2.0.0"
dev_dependencies
:
...
...
Please
register
or
login
to post a comment