A Flutter application for getting quotes from Wikiquote.
# one time
pub run build_runner build
# or continuously
pub run build_runner watchflutter run --release
# Android
flutter build appbundle
# Web
flutter build web# generate icons
flutter pub run flutter_launcher_icons:main# Firebase
firebase deploy