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
Roi Peker
2020-09-08 03:41:57 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-08 03:41:57 -0300
Commit
71708ee7596370e731096e246a17dbb294e0f874
71708ee7
1 parent
3383339d
Update README.md
Co-authored-by: Nipodemos <nipodemos13@gmail.com>
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
71708ee
...
...
@@ -801,7 +801,7 @@ class DbService extends GetxService {
class
SettingsService
extends
GetxService
{
void
init
()
async
{
print
(
'
$runtimeType
delays
2
sec'
);
print
(
'
$runtimeType
delays
1
sec'
);
await
1
.
delay
();
print
(
'
$runtimeType
ready!'
);
}
...
...
Please
register
or
login
to post a comment