Posts by Arquimedes • 11 points
2 posts
-
-1
votes0
answers19
viewsQ: How to do a Listview filter search in Flutter?
How can I make a filter for searching this code? import 'package:flutter/material.dart'; import 'package:intl/date_symbol_data_local.dart'; import 'package:intl/intl.dart'; import…
-
0
votes1
answer96
viewsQ: How to add values in a Firestore cloud collection in flutter Dart?
How can I add up the therebyValue' field - image below - using the Dart programming language in flutter? I tried to do as in the code below but it didn’t work. RecuperarLista() async { int a;…