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
dafi_nrs
2020-09-18 21:00:00 +0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f541613b62045a9e7b5d2a5ff18e2cb3aa5df5a6
f541613b
1 parent
4c0e71bf
update readme
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
README.md
README.md
View file @
f541613
...
...
@@ -226,6 +226,13 @@ Navigate to new screen:
Get
.
to
(
NextScreen
());
```
Navigate to new screen with name:
```
dart
Get
.
toNamed
(
'/details'
);
```
To close snackbars, dialogs, bottomsheets, or anything you would normally close with Navigator.pop(context);
```
dart
...
...
Please
register
or
login
to post a comment