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
Nipodemos
2020-09-18 23:47:15 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-09-18 23:47:15 -0300
Commit
dea6a07c70e138b749cd0afe15ade94217dbf541
dea6a07c
2 parents
13f33c29
90950cb4
Merge pull request #629 from dafinoer/doc
update readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
README.md
README.md
View file @
dea6a07
...
...
@@ -226,6 +226,13 @@ Navigate to new screen:
Get
.
to
(
NextScreen
());
```
Navigate to new screen with name. See more details on named routes
[
here
](
./documentation/en_US/route_management.md#navigation-with-named-routes
)
```
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