A flutter app that creates a new "Happy Message" every day that is specific to Penn State. This app pulls from a Firestore database that contains over 100 curated messages. It then gives the user the option to send notifications every day to look at the new daily quote. This app has already ran a beta test with test flight and is still in creation phase with additions in the future.
To run the app,
- download the
GoogleService-Info.plist
file - Follow listed sub steps: if on IOS:
a.cd
into ios folder and runpod update
to update the pods for IOS
b. addGoogleService-Info.plist
file into Runner folder on xCode to be able to run and build the app\ cd
into the main directory and run:flutter run lib/main.dart