/simple-counter-demo

Simple flutter app demonstrating state management

Primary LanguageC++

Multiple Counters Demo

This app demonstrates state management in flutter using the simplest type of state management with StatefulWidget.

A floating action button can be used to add counters, and each counter can be incremented or decremented.

Demo

Run app as below setting device to your preferred installed device, e.g. chrome or macos

> flutter run -d [device]

Written with flutter version 3.3.2.