/dsc_flutter_clock

A sample clock app to demonstrate some of Flutter's patterns.

Primary LanguageDart

dsc_flutter_clock

A sample clock app to demonstrate some of Flutter's patterns.

Screenshots

On an iPhone X emulator (iOS 11.4) On a Nexus 4 emulator (Android 4.2)
Screenshot of clock Gif showing theme switching

Getting Started

You will need to have Flutter installed and set up see here.

Then flutter run in the root of the project directory to launch the app in debug mode on a connected device or emulator.

flutter build and flutter install will install the app in release mode.

TODO

  • Add docstrings
  • Demonstrate testing