ElHafed99 / messini

Messini store app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hits

## ​Welcome to

Messini Store

##### Help Me grow 🙏

donation to: el.hafed.messini@gmail.com

##### Welcome to any questions 👋

Facebook | Email


Screenshoot:

🧑 User app:

🚚 Driver app:

⚙ Control panel:


✨ Apps Features

🌍 Multi Language

🌙 Dark/Light mode

💫 Easy setup

✅Easy to use

👨‍💻 ready for developers

and many more .....


# 🛠Quick Setup (Make each app separately):

Change app name:

on app directory open:  android/app/src/main/AndroidManifest.xml

on <application ...> edit android:label="YOUR APP NAME"

### Change app colors:

on app directory open:  lib/utils/app_themes.dart

go to line to this two line and edit primary and main color

static const primaryColor = Color(0xff019267);
static const mainColor = Color(0xff00C897);

🔗Change app url, currency, fee, google map api key and privacy policy link

on app directory open:  lib/utils/app_const.dart and edit settings

🖼Change app logo:

go to:  assets/images folder and replace logo.png with yours
go to terminal and run:  
    flutter pub get
    flutter pub run flutter_launcher_icons:main


# 🌐Server Setup

1- Import db.sql file to your PhpMyAdmin
2- Upload api.php and db.php files to your server
3- Edit db.php file with your database information


# 🏗 build apk/aab file (user and driver app only)

go to:  android/ folder and replace messini-store.jks with yours
open:  android/key.properties file and fill it with your key password
go to terminal and run:  
    flutter build apk
    or
    flutter build aab

# 🏗 Build web app ( control panel app only )

go to terminal and run:  
    flutter build web --release
upload your web build folder content to your server


About

Messini store app

License:MIT License


Languages

Language:Dart 95.5%Language:PHP 3.7%Language:HTML 0.6%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%