An open API service indexing awesome lists of open source software.

https://github.com/quibler7/grey-counter-application-using-flutter

I made really simple aesthetic looking Counter Application using Flutter which does literally what its name says.
https://github.com/quibler7/grey-counter-application-using-flutter

counter-application dart flutter flutter-apps flutter-ui

Last synced: 3 months ago
JSON representation

I made really simple aesthetic looking Counter Application using Flutter which does literally what its name says.

Awesome Lists containing this project

README

        

# Grey Counter Application using Flutter

👨🏻‍💻 I made really simple aesthetic looking Counter Application📱 using Flutter✨ which does literally what its name says.

0️⃣ It shows the count on screen of how many times the button has been pressed and there is also reset button to set counter to zero value.

💡 P.S: I have added Drawer and Floating Action Button ( with heart Icon ) just for the aesthetics :)

🪄 I learned about Stateful Widgets through this simple Application and how we can create methods and can use setState() to rebuild the widget.

## Setup

Run the following commands from your terminal:

1) `git clone https://github.com/quibler7/Grey-Counter-Application-using-Flutter` to clone this repository

2) `flutter pub get` in the project root directory to install all the required dependencies.

## Screenshots