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
2021-09-29 10:08:20 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-09-29 10:08:20 -0300
Commit
7b1f4db2351a5278be131025693dcbad688a94aa
7b1f4db2
2 parents
3701098d
22a3f581
Merge pull request #1808 from DeathGun3344/patch-1
Update route_management.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
documentation/fr_FR/route_management.md
documentation/fr_FR/route_management.md
View file @
7b1f4db
...
...
@@ -40,8 +40,7 @@ Pour accéder à un nouvel écran:
Get
.
to
(
NextScreen
());
```
To close snackbars, dialogs, bottomsheets, or anything you would normally close with Navigator.pop(context);
Pour fermer les snackbars, dialogs, bottomsheets ou tout ce que vous fermez normalement avec Navigator.pop (context);
Pour fermer les snackbars, dialogs, bottomsheets ou tout ce que vous fermez normalement avec Navigator.pop(context);
```
dart
Get
.
back
();
...
...
Please
register
or
login
to post a comment