People counter made with Flutter
Summary
About the app
As we are currently in a pandemic and the restaurants, markets and stores in general are setting a limit to the number of customers that can be inside, this Flutter application can be used to count how many people are currently in your store and keep track of the number.
The maximum number of people can be easly changed in the code.
Preview
Tecnologies used in the project
During the development of this app, a lot of different tools of the [Flutter](https://flutter.dev/) framework were used, such as the following widgets and principles :
- Stateless and Stateful,
- Text,
- Column,
- Row,
- Image,
- Padding,
- TextStyle,
- FlatButton
Comments are closed.