Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 892 Bytes

File metadata and controls

42 lines (27 loc) · 892 Bytes

flutter_clock

A simple clock application develop with Flutter

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.

Running this project

  • install all required dependencies,
flutter pub get
  • check all run-able devices
flutter devices
  • run in your simulator without providing -d
flutter run
  • run by specific device (macos, chrome)
flutter run -d <device>