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
DeathGun3344
2021-08-26 09:22:31 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-08-26 09:22:31 +0000
Commit
22a3f5818969e2eaa468c0a047418b4aed35a6b4
22a3f581
1 parent
4de6f206
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 @
22a3f58
...
...
@@ -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