Create Reflecty Slideshow using Flutter

You are currently viewing Create Reflecty Slideshow using Flutter
Reflecty Slideshow

Create Reflecty Slideshow using Flutter

A Reflectly inspired slideshow create using Flutter.

Reflecty Slideshow
Reflecty Slideshow
Reflecty Slideshow
Reflecty Slideshow

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.

See also  Simple Image Slider in Flutter with Awesome Animation

From your projects Firebase dashboard, click ‘Database’ and select Firestore. Add a new collection named ‘stories’. Add a new document with the following structure…

Reflecty Slideshow
Reflecty Slideshow

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

Credit

This is developed by ReeceRose
Download this project from the below link.
https://github.com/ReeceRose/Reflecty-Slideshow/archive/refs/heads/master.zip
You can visit original source page from the below link:
https://github.com/ReeceRose/Reflecty-Slideshow

See also  Slide Puzzle Game Implementation in Flutter

Spread the love

Leave a Reply