/Flutter-OrdHowLong

Flutter: A simple ORD countdown app hosted on http://zst123.github.io/Flutter-OrdHowLong/

Primary LanguageDart

Flutter-OrdHowLong

Description

A simple ORD countdown app created in Flutter. Includes daily inspirational quotes and a slidable progress bar to view the forecasted progress in terms of dates.

Screenshots

screenshots/Screenshot_20200415-164345.jpg screenshots/Screenshot_20200415-175053.jpg
screenshots/Screenshot_20200415-175045.jpg screenshots/Screenshot_20200415-164348.jpg

Web App

You can access the compiled web app here: http://zst123.github.io/Flutter-OrdHowLong/

It is hosted here on Github Pages from the docs/ directory.

Android App

Compiling

Android

  • Import and build the project with Android Studio

Web

$ flutter build web
$ flutter run -d web-server --release
$ rm -rd ./docs/
$ cp -r ./build/web/ ./docs/