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-03 15:56:58 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-04-03 15:56:58 -0300
Commit
444dc9726008433c7889325f13b406d58409ae21
444dc972
1 parent
e973173a
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
444dc97
...
...
@@ -12,6 +12,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.
## How to use?
...
...
@@ -19,7 +20,7 @@ Add this to your package's pubspec.yaml file:
```
dependencies:
get: ^1.11.6 //
^1.14.0-dev on dev/master
get: ^1.11.6 //
or ^1.14.0-dev or ^1.13.1-dev
```
And import it:
...
...
Please
register
or
login
to post a comment