LogoLogo
HOMEPRODUCTSBUY PRODUCTGET COUPON
  • Flutter Grocery Pro
  • Introduction
  • Overview
  • Features
  • Technologies
  • Prerequisites
  • Source code
  • Changelog
  • FAQ
  • Support
  • API - Backend
  • NodeJS Installation
  • NestJS Installation
  • API Setup
  • Run API
  • Release
  • MongoDB setup
  • DASHBOARD
    • Angular Installation
    • Dashboard Setup
    • Run Dashboard
    • Release Dashboard
  • Grocery Customer App
    • Flutter Installation
    • App Setup
    • App Structure
    • Run App
    • Release build
  • USER-MANUAL-CMS
    • Products
    • Categories
    • Coupon
    • Deals
    • Orders
    • Settings
Powered by GitBook
On this page

Was this helpful?

  1. Grocery Customer App

App Setup

Step-by-step instructions on how to install and configure the application both manually and with easier alternatives.

PreviousFlutter InstallationNextApp Structure

Last updated 4 years ago

Was this helpful?

Changing Credentials. create .env file in the project directory and set all values of given variables

API_URL=
ONE_SIGNAL_KEY=
STRIPE_KEY=
IMAGE_URL_PATH=
ANDROID_GOOGLE_MAP_API_KEY=
IOS_GOOGLE_MAP_API_KEY=
PREDEFINED=false

Place your backend API URL and one signal key. you need to create one signal project to get the key one signal key. You can create one here

You also need a Google API key for the map and location-related features. You can follow this guide to create a . That's it you are ready to go.

onesignal.com
google map API key