A simple clock application develop with Flutter
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.
- 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>