flutter smile meter
smile meter, a flutter project to take surveys of talks using emoticons.
the idea is to put a person in the exit way and get feedbacks from the public living the room.
getting started
- download the repo
git download [email protected]:imtoori/smilemeter.git
- cd into the project
cd smilemeter
- get the dependencies
flutter packages get
- create a new firebase project and configure android and ios apps (https://firebase.google.com/docs/flutter/setup?platform=android)
- enable firebase firestore in your project using test mode
- run the app
flutter run
Comments are closed.