Skip to content

eralpkaraduman/event_dot_pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a1cb94 · Mar 27, 2020
Dec 29, 2019
Sep 10, 2019
Aug 9, 2019
Dec 29, 2019
Dec 27, 2019
Mar 27, 2020
Dec 29, 2019
Dec 29, 2019
Jan 9, 2020
Jan 2, 2020
Dec 27, 2019
Dec 29, 2019
Dec 29, 2019
Nov 18, 2019
Jul 22, 2019
Dec 19, 2019
Dec 29, 2019
Dec 29, 2019
Dec 20, 2019
Dec 20, 2019
Dec 29, 2019
Jan 12, 2020
Dec 29, 2019
Dec 29, 2019
Dec 27, 2019
Jan 2, 2020

Repository files navigation

Event.Pizza

HTTPS://EVENT.PIZZA
☝️ GET THE BETA ☝️
📞 ON YOUR PHONE 📞
🚧 OR DO STUFF 🚧

Event.Pizza is an app that helps you find professional gathering events that offer free snacks and drinks. So you can learn new things while not thinking what to eat for dinner!

This app was made to explore Flutter, the cross platform mobile app development framework.

You are very welcome to contribute to development.

# Install flutter
open https://flutter.dev/docs/get-started/install

# Launch a simulator / emulator or attach a device
flutter devices

# Run the app
flutter run

# Running firebase functions locally
firebase emulators:start --only functions

# Deploying firebase functions locally
firebase deploy --only functions

# Build & Deploy the apps
./deploy.sh

# Update iOS codesigning credentials (if necessary)
(cd ios && bundle exec fastlane update_credentials)