All Projects → ReeceRose → Reflecty-Slideshow

ReeceRose / Reflecty-Slideshow

Licence: MIT license
Reflectly like slideshow made with Flutter and Firebase

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Reflecty-Slideshow

flutter projects
This is a set of small projects focused solely on the development of the graphical interface with Flutter
Stars: ✭ 524 (+773.33%)
Mutual labels:  flutter-examples
inkslides
A rewrite of the inkscapeslide script to create PDF presentations out of inkscape SVG files.
Stars: ✭ 24 (-60%)
Mutual labels:  slideshow
flutter-inspiration-app-ui
Flutter Inspiration Application Design - day 1
Stars: ✭ 164 (+173.33%)
Mutual labels:  flutter-examples
weather app flutter
This is a sample Flutter Weather Forecast App for Android and iOS. Without using any state management packages.
Stars: ✭ 30 (-50%)
Mutual labels:  flutter-examples
flutter sliding tutorial
User onboarding library with smooth animation of objects and background colors
Stars: ✭ 127 (+111.67%)
Mutual labels:  flutter-examples
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+15%)
Mutual labels:  flutter-examples
flutter bolg manage
Flutter实战项目,采用Getx框架管理,遵循Material design设计风格,适合您实战参考或练手
Stars: ✭ 373 (+521.67%)
Mutual labels:  flutter-examples
quickstart-flutter
No description or website provided.
Stars: ✭ 22 (-63.33%)
Mutual labels:  flutter-examples
flutter-furniture-app
Flutter Furniture UI
Stars: ✭ 25 (-58.33%)
Mutual labels:  flutter-examples
shoppers
Flutter E-Commerce App using Firebase, Razorpay and Stripe
Stars: ✭ 94 (+56.67%)
Mutual labels:  flutter-examples
Flutter filter selection
UI challenge for creating a filter selection screen with animations
Stars: ✭ 17 (-71.67%)
Mutual labels:  flutter-examples
Spotify-Clone-using-Flutter
Welcome to Flutter Day 1 to 30 — Building a Spotify Clone using Flutter
Stars: ✭ 48 (-20%)
Mutual labels:  flutter-examples
WhatsAppUIClone
WhatsApp UI Clone with Flutter
Stars: ✭ 66 (+10%)
Mutual labels:  flutter-examples
Flutter-animations
A collection of Animations that aims to improve the user experience for your next flutter project.
Stars: ✭ 137 (+128.33%)
Mutual labels:  flutter-examples
mapsforge flutter
Offline maps as pure flutter code
Stars: ✭ 30 (-50%)
Mutual labels:  flutter-examples
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+976.67%)
Mutual labels:  flutter-examples
data examples
An example app showing different ways to pass to and share data with widgets and pages.
Stars: ✭ 56 (-6.67%)
Mutual labels:  flutter-examples
Knockdown-Flutter
Enough exercises to knockdown the fear of Flutter in you 👊
Stars: ✭ 33 (-45%)
Mutual labels:  flutter-examples
barcode.flutter
barcode generate library for Flutter
Stars: ✭ 58 (-3.33%)
Mutual labels:  flutter-examples
beer-app
🍺 Example App - Paginate API response with BLoC in Flutter
Stars: ✭ 20 (-66.67%)
Mutual labels:  flutter-examples

Reflecty Slideshow

A Reflectly inspired slideshow create using Flutter.

Showing off navigation of slides

Showing off firebase updates

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

Firestore 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].