https://github.com/felipecastrosales/counter
A simple app made with Flutter to Count People in one place.
https://github.com/felipecastrosales/counter
counter counter-app danielciolfi dart flutter flutter-apps flutter-demo flutter-examples flutter-ui flutter-widget mobile-app udemy udemy-course udemy-tutorial
Last synced: 4 months ago
JSON representation
A simple app made with Flutter to Count People in one place.
- Host: GitHub
- URL: https://github.com/felipecastrosales/counter
- Owner: felipecastrosales
- License: mit
- Created: 2020-08-25T18:23:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T12:24:51.000Z (over 1 year ago)
- Last Synced: 2025-04-09T05:51:15.510Z (7 months ago)
- Topics: counter, counter-app, danielciolfi, dart, flutter, flutter-apps, flutter-demo, flutter-examples, flutter-ui, flutter-widget, mobile-app, udemy, udemy-course, udemy-tutorial
- Language: C++
- Homepage:
- Size: 7.75 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Counter with Flutter
Topics 📋
- [About 📖](#about-)
- [Preview 📱](#preview-)
- [How to Use 🤔](#how-to-use-)
- [How to Contribute 💪](#how-to-contribute-)
- [License 📝](#license-)
---
About 📖
A Flutter Application that allows you to count the number of people who are in your restaurant, store, hotel or anything else that can be counted by number of people.
In addition to this possibility, you can also have information, for example, you put the amount you want to receive on your property.
---
Preview 📱
How to Use 🤔
```
- Clone this repository:
$ git clone https://github.com/felipecastrosales/Counter counter
- Enter in directory:
$ cd counter
- For install dependencies:
$ flutter packages get
- Run the app:
$ flutter run
```
---
How to Contribute 💪
```
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
```
---
License 📝
This repository is under MIT license. You can see the [LICENSE](https://github.com/felipecastrosales/Counter/blob/master/LICENSE) file for more details. 😉
---
>This project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course **["Creating Android and iOS Apps with Flutter - Create 16 Apps"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios/learn/?referralCode=1355952A966260D40D18)** on **[Udemy](https://www.udemy.com/)**.
If it helped you, give ⭐, contribute, it will help me too 😉
---
[](https://www.linkedin.com/in/felipecastrosales/)