/Flutter_StatefulWidget_simpleCounter_App

It's just a one-window introductory app to become familiar with Flutter development. It implements a counter that increases each time a button is pressed upon.

Primary LanguageC++

counter_app

First and foremost: All credit to Fernando Herrera ( https://github.com/Klerith )

A new Flutter project where the functional app is based on StatefulWidget. It derives from the Udemy course by Fernando Herrera.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

  1. install and configure Dart, Flutter, Android Studio, Visual Studio Code, etc,

  2. flutter create .

  3. Run it as desired from VScode