Skip to content

This is the repository for our tech startup for a delivery app made with Flutter for mobile users.

License

Notifications You must be signed in to change notification settings

priest671/deliverIt-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deliverit

An 'Uber Eats' like project but with scope extends to grocery items.

Getting Started

2. Clone the repo

$ git clone https://github.com/PSUCoders/DeliverIt-Flutter.git
$ cd DeliverIt-Flutter/

3. Setup the Firebase

  1. You'll need to create a new Firebase project. Follow the instructions at https://console.firebase.google.com.
  2. Once your Firebase instance is created, you need to enable email authentication.
  • Go to the Firebase Console for your new instance.
  • Click "Authentication" in the left-hand menu.
  • Click the "Sign-in method" tab.
  • Click "Email/Password" and enable it.
  • Click "Google" and enable it.
  1. Create a Cloud Firestore Database
  • Click "Database" in the left-hand menu.
  • Click the Cloud Firestore "Create Database" button.
  • Select "Start in test mode" and "Enable"
  1. (skip if not running on Android)
  • Create an app within your Firebase instance for Android, with package name com.yourcompany.news
  • Run the following command to get your SHA-1 key:
keytool -exportcert -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore

Dependencies

About

This is the repository for our tech startup for a delivery app made with Flutter for mobile users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 92.8%
  • Ruby 4.8%
  • Objective-C 1.6%
  • Java 0.8%