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
Eduardo Florence
2020-10-09 18:19:34 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a5f81ca5bc839b4c11747b8b4c4537c472cd06b
1a5f81ca
1 parent
cd6036cb
Retirada de Get.previousArguments das docs, pois foi depreciado
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
15 deletions
README-es.md
README.md
README.pl.md
README.pt-br.md
README.zh-cn.md
README-es.md
View file @
1a5f81c
...
...
@@ -331,9 +331,6 @@ MaterialApp(
// dar los argumentos actuales de currentScreen
Get
.
arguments
// dar argumentos de la ruta anterior
Get
.
previousArguments
// dar el nombre de la ruta anterior
Get
.
previousRoute
...
...
README.md
View file @
1a5f81c
...
...
@@ -386,9 +386,6 @@ When `.darkmode` is activated, it will switch to the _light theme_, and when the
// give the current args from currentScreen
Get
.
arguments
// give arguments of previous route
Get
.
previousArguments
// give name of previous route
Get
.
previousRoute
...
...
README.pl.md
View file @
1a5f81c
...
...
@@ -321,9 +321,6 @@ Jeśli interesuje Cię jak zmieniać motywy podąrzaj za samouczkiem na Medium u
// give the current args from currentScreen
Get.arguments
// give arguments of previous route
Get.previousArguments
// give name of previous route
Get.previousRoute
...
...
README.pt-br.md
View file @
1a5f81c
...
...
@@ -395,9 +395,6 @@ Se você quiser saber mais como trocar o tema, você pode seguir esse tutorial n
// fornece os arguments da tela atual
Get
.
arguments
// fornece os arguments da rota anterior
Get
.
previousArguments
// fornece o nome da rota anterior
Get
.
previousRoute
...
...
README.zh-cn.md
View file @
1a5f81c
...
...
@@ -389,9 +389,6 @@ Get.changeTheme(Get.isDarkMode? ThemeData.light(): ThemeData.dark());
// 给出当前页面的args。
Get
.
arguments
// 给出上一条路由的参数
Get
.
previousArguments
//给出以前的路由名称
Get
.
previousRoute
...
...
Please
register
or
login
to post a comment