Skip to content

nehasoni05/Counter_app_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter_app_flutter

About the app

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:
    1. MaterialApp class/design.
    2. Scaffold Class.
    3. AppBar.
    4. Icon and name change.
    5. Use of functions and variables.
    6. Stateless and Stateful widget.

Some Snaps from the App:-

                               

Watch the project video here:- Counter App

Show some ❤️ and ⭐ the repo if you find it useful.

Getting Started

This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.