Floor and wall covering calculator

Application of a floor and wall covering calculator created for the subject of Mobile Programming, created by Kleber de Oliveira Andrade.

Class Challenge

  • Add a new attribute (price) in the FloorModel class and a new numeric field in CalculatorPage for the user to enter the price;
  • Create a function to calculate the price in the Controller class and display the result in the ResultDialog;
  • Validate the input fields for when the user enters negative or zero values;
  • Create a function to clear (reset) the form fields;
  • Create an icon for the application (flutter_launcher_icons plugin, icon generator. Example of how to insert images in the flutter, click here.

GitHub

https://github.com/Deivison-png/floor-calculator-flutter-master