Built Using
- Flutter
This flutter app contains three buttons '+','-' and 'reset' button.
- When the user clicks the '+' button the value of the counter variable will be increasing by one and it will be displayed with a setState widget used.
- When the user clicks the '-' button the value of the counter variable will be decreasing by one and it will be displayed with a setState widget used.
- When the user clicks the 'reset button the value of the counter variable will be reset to 0 and it will be displayed with a setState widget used.
-
Things which are done in the app involves:
- MaterialApp class/design.
- Scaffold Class.
- AppBar.
- Icon and name change.
- Use of functions and variables.
- Stateless and Stateful widget.
Some Snaps from the App:-
Watch the project video here:- Counter App
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project: