reflectly inspired slideshow
a reflectly inspired slideshow create using flutter.
setup project
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
Comments are closed.