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.
- Host: GitHub
- URL: https://github.com/quibler7/grey-counter-application-using-flutter
- Owner: quibler7
- Created: 2024-01-24T07:57:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T03:21:05.000Z (about 1 year ago)
- Last Synced: 2025-01-23T04:13:09.373Z (4 months ago)
- Topics: counter-application, dart, flutter, flutter-apps, flutter-ui
- Language: C++
- Homepage:
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
![]()