Eduardo Florence

Retirada de Get.previousArguments das docs, pois foi depreciado

@@ -331,9 +331,6 @@ MaterialApp( @@ -331,9 +331,6 @@ MaterialApp(
331 // dar los argumentos actuales de currentScreen 331 // dar los argumentos actuales de currentScreen
332 Get.arguments 332 Get.arguments
333 333
334 -// dar argumentos de la ruta anterior  
335 -Get.previousArguments  
336 -  
337 // dar el nombre de la ruta anterior 334 // dar el nombre de la ruta anterior
338 Get.previousRoute 335 Get.previousRoute
339 336
@@ -386,9 +386,6 @@ When `.darkmode` is activated, it will switch to the _light theme_, and when the @@ -386,9 +386,6 @@ When `.darkmode` is activated, it will switch to the _light theme_, and when the
386 // give the current args from currentScreen 386 // give the current args from currentScreen
387 Get.arguments 387 Get.arguments
388 388
389 -// give arguments of previous route  
390 -Get.previousArguments  
391 -  
392 // give name of previous route 389 // give name of previous route
393 Get.previousRoute 390 Get.previousRoute
394 391
@@ -321,9 +321,6 @@ Jeśli interesuje Cię jak zmieniać motywy podąrzaj za samouczkiem na Medium u @@ -321,9 +321,6 @@ Jeśli interesuje Cię jak zmieniać motywy podąrzaj za samouczkiem na Medium u
321 // give the current args from currentScreen 321 // give the current args from currentScreen
322 Get.arguments 322 Get.arguments
323 323
324 -// give arguments of previous route  
325 -Get.previousArguments  
326 -  
327 // give name of previous route 324 // give name of previous route
328 Get.previousRoute 325 Get.previousRoute
329 326
@@ -395,9 +395,6 @@ Se você quiser saber mais como trocar o tema, você pode seguir esse tutorial n @@ -395,9 +395,6 @@ Se você quiser saber mais como trocar o tema, você pode seguir esse tutorial n
395 // fornece os arguments da tela atual 395 // fornece os arguments da tela atual
396 Get.arguments 396 Get.arguments
397 397
398 -// fornece os arguments da rota anterior  
399 -Get.previousArguments  
400 -  
401 // fornece o nome da rota anterior 398 // fornece o nome da rota anterior
402 Get.previousRoute 399 Get.previousRoute
403 400
@@ -389,9 +389,6 @@ Get.changeTheme(Get.isDarkMode? ThemeData.light(): ThemeData.dark()); @@ -389,9 +389,6 @@ Get.changeTheme(Get.isDarkMode? ThemeData.light(): ThemeData.dark());
389 // 给出当前页面的args。 389 // 给出当前页面的args。
390 Get.arguments 390 Get.arguments
391 391
392 -// 给出上一条路由的参数  
393 -Get.previousArguments  
394 -  
395 //给出以前的路由名称 392 //给出以前的路由名称
396 Get.previousRoute 393 Get.previousRoute
397 394