A Reflectly inspired slideshow create using Flutter

Reflecty Slideshow

A Reflectly inspired slideshow create using Flutter.

Setup Project

git clone https://github.com/ReeceRose/Reflecty-Slideshow.git
cd Reflecty-Slideshow
flutter packages get

Setup Firebase

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

Run project

flutter run

GitHub

https://github.com/ReeceRose/Reflecty-Slideshow