Posts by nicolasproko • 29 points
1 post
-
2
votes1
answer95
viewsA: Error in calculation - Flutter
You declared the diflitros but did not start it. By default when a variable is declared and is not instantiated it is set to null. When validating in ifs Ex: if (diflitros > (0)) diflitros is…