The first flutter tutorial I followed, revisited for reference in school projects.
Find a file
2026-07-14 13:19:43 +03:00
lib First code commit. 2026-07-14 13:19:43 +03:00
test First code commit. 2026-07-14 13:19:43 +03:00
.gitignore First code commit. 2026-07-14 13:19:43 +03:00
analysis_options.yaml First code commit. 2026-07-14 13:19:43 +03:00
pubspec.yaml First code commit. 2026-07-14 13:19:43 +03:00
README.md First code commit. 2026-07-14 13:19:43 +03:00

flutter_namer_tutorial

The first flutter tutorial I followed, revisited for reference in school projects.

Installation

  • Install flutter. Follow the instructions on https://flutter.dev/
  • Run flutter create . in the root of this repository

Usage

  • View available devices with flutter devices, emulators with flutter emulators
  • Use flutter run -d <device> to run on an attached debug device (this device / emulator / connected mobile device)
  • View available build types with flutter build -h, build with flutter build <target>