Posts by Fábio César • 11 points
2 posts
-
0
votes2
answers55
viewsA: error in update flutter + firebase method
o Error was the method takes a function that returns an object of type String, had to pass ()=>Repo.password and ()=>Repo.name
-
0
votes2
answers55
viewsQ: error in update flutter + firebase method
Good afternoon! I’ve got an item error repo.senha and repo.nome. void atualizar(Repositor repo) async { var update = Map<String, String>(); update.putIfAbsent("senha", repo.senha);…