A Reflectly inspired slideshow create using Flutter.
git clone https://github.com/ReeceRose/Reflecty-Slideshow.git
cd Reflecty-Slideshow
flutter packages getThis project relies on Firebase to load stories. Firebase allows us to use streams so stories can update stories and see the changes instanly even without restarting/reloading the application. In order to get this project working you'll need to follow the tutorial here.
From your projects Firebase dashboard, click 'Database' and select Firestore. Add a new collection named 'stories'. Add a new document with the following structure...
Fill in the above form with the appropriate data. Document ID can be left alone since it is a auto-id field.
flutter run

