recuperando da api loadEquipeComponentes e salvando no DB

This commit is contained in:
Reginaldo
2023-04-03 12:22:28 -03:00
parent 267e1a3442
commit 60e69684ae
5 changed files with 123 additions and 8 deletions

View File

@@ -16,7 +16,9 @@ class _SplashScreenState extends State<SplashScreen> {
@override
void initState() {
super.initState();
DbSqlite().intialDB();
DbSqlite().intialDB().then((value){
});
timer();
}