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.
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
- 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/