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
Kacper
2020-08-22 22:44:20 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
53f83a3e4980ec444c2ff5cd84e568808ae8c777
53f83a3e
1 parent
ce01b20b
Added localLogWriter description to polish version
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
README.pl.md
README.pl.md
View file @
53f83a3
...
...
@@ -466,6 +466,19 @@ Get.config(
)
```
Opcjonalnie możesz przekierować wszystkie logi z Get by używać swojej ulubionej paczki i zbierać w niej logi.
```
dart
GetMaterialApp(
enableLog: true,
logWriterCallback: localLogWriter,
);
void localLogWriter(String text, {bool isError = false}) {
// tutaj przekaż wiadomosci do ulubionej paczki
// pamiętaj że nawet jeśli "enableLog: false" logi i tak będą wysłane w tym callbacku
// Musisz sprawdzić konfiguracje flag jeśli chcesz przez GetConfig.isLogEnable
}
## Video tłumaczące inne funkcjonalności GetX
...
...
Please
register
or
login
to post a comment