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
Jonny Borges
2020-04-11 04:33:18 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-04-11 04:33:18 -0300
Commit
1b20a8c7be9e6dc53e63d533a079895cf7aa5e3c
1b20a8c7
1 parent
444dc972
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
README.md
README.md
View file @
1b20a8c
...
...
@@ -11,8 +11,7 @@ increasing your productivity, and eliminating all the bugs present in Flutter's
##### If you use MODULAR, add on your MaterialApp this: navigatorKey: Get.addKey(Modular.navigatorKey)
##### If you use master/dev branch of Flutter, use the version 1.14.0-dev.
##### If you use beta branch of Flutter, use the version 1.13.1-dev.
##### If you use master/dev/beta branch of Flutter, use the version 1.14.0-dev.
## How to use?
...
...
@@ -20,7 +19,7 @@ Add this to your package's pubspec.yaml file:
```
dependencies:
get: ^1.11.6 // or ^1.14.0-dev
or ^1.13.1-dev
get: ^1.11.6 // or ^1.14.0-dev
```
And import it:
...
...
Please
register
or
login
to post a comment