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
Nipodemos
2020-09-08 23:11:47 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-08 23:11:47 -0300
Commit
e7df70a772759706c19b4656ff2e8ba0456356dd
e7df70a7
1 parent
71708ee7
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
e7df70a
...
...
@@ -786,7 +786,7 @@ void initServices() async {
/// Here is where you put get_storage, hive, shared_pref initialization.
/// or moor connection, or whatever that's async.
await
Get
.
putAsync
(()
=>
DbService
().
init
());
await
Get
.
put
(
SettingsService
()).
init
();
await
Get
.
put
Async
(
SettingsService
()).
init
();
print
(
'All services started...'
);
}
...
...
Please
register
or
login
to post a comment