Committed by
GitHub
Merge pull request #1808 from DeathGun3344/patch-1
Update route_management.md
Showing
1 changed file
with
1 additions
and
2 deletions
@@ -40,8 +40,7 @@ Pour accéder à un nouvel écran: | @@ -40,8 +40,7 @@ Pour accéder à un nouvel écran: | ||
40 | Get.to(NextScreen()); | 40 | Get.to(NextScreen()); |
41 | ``` | 41 | ``` |
42 | 42 | ||
43 | -To close snackbars, dialogs, bottomsheets, or anything you would normally close with Navigator.pop(context); | ||
44 | -Pour fermer les snackbars, dialogs, bottomsheets ou tout ce que vous fermez normalement avec Navigator.pop (context); | 43 | +Pour fermer les snackbars, dialogs, bottomsheets ou tout ce que vous fermez normalement avec Navigator.pop(context); |
45 | 44 | ||
46 | ```dart | 45 | ```dart |
47 | Get.back(); | 46 | Get.back(); |
-
Please register or login to post a comment