Steps

There is no actual order in setting up a flutter project but we have listed steps below to make it easier for you to know what to do before trying to run the app and make it work perfectly:

  1. Change Package/Bundle Id & App name: Change App icon & splash

  2. Change App name, logo and splash screen: Change App icon & splash

  3. Update app api endpoint. This is to change the app api to your own backend url: Connect To Backend

  4. Setup Firebase on the app for notification, authentication etc: Firebase

  5. For firebase auth & other service to work, you need to setup SHA-1 & SHA-256 keys on your firebase console. You can ready the step/guide here: Firebase Phone OTP - Android

  6. For dynamic link for sharing product/vendor link from inside the app, see here: Share link - Firebase dynamic link

  7. Setup google map keys: Google Map

  8. If you use social media login like Google, Apple, Facebook, follow the guide here: Social Media Login

Last updated