eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App

eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App v11.3

No permission to download

RoyalC

Active member
Aug 16, 2019
245
38
28
does anyboby have made the frontend compiling ? when trying " flutter build web --web-renderer html --release" it failed with error :
Code:
C:\Android Projet\User app and web>flutter build web --web-renderer html

 Building with sound null safety
  ^
lib/data/model/body/message_body.dart:10:16:
Info: 'imageUrls' is defined here.
  List<String> imageUrls;
               ^^^^^^^^^
Error: Compilation failed.


Compiling lib\main.dart for the Web...                             22,4s
Exception: Failed to compile application for the Web.
 
Last edited:

profuturetech

Member
Apr 18, 2020
46
12
8
Any one help I got this error

lib/view/base/menu_bar.dart:5:1: Error: 'MenuItem' is imported from both 'package:flutter/src/widgets/platform_menu_bar.dart' and 'package:flutter_restaurant/view/base/mars_menu_bar.dart'.

It is developer side issue
 

RoyalC

Active member
Aug 16, 2019
245
38
28
Any one help I got this error

lib/view/base/menu_bar.dart:5:1: Error: 'MenuItem' is imported from both 'package:flutter/src/widgets/platform_menu_bar.dart' and 'package:flutter_restaurant/view/base/mars_menu_bar.dart'.

It is developer side issue
did you try :

dart pub upgrade

and

dart pub outdated --mode=null-safety
 

RoyalC

Active member
Aug 16, 2019
245
38
28
did you try :

dart pub upgrade

and

dart pub outdated --mode=null-safety
sorry i'll reply too quickly
in android studio navigate to the menu_bar.dart and simply add hide MenuItem onthe first line
You should have like this
Code:
import 'package:flutter/material.dart' hide MenuItem;

and if you want to test it in localhost don't forget to change:

app_constants.dart
Code:
static const String BASE_URL =  'https://localhost';
 
Last edited:

Iam learner

Member
Banned User
Jul 16, 2020
145
19
18
This delivery guy app works stackfood ? I don't know... It's working or not... But developer was same.. thats y I am asking
 

OliverQueen

Well-known member
Trusted Uploader
Dec 8, 2018
163
311
63
OliverQueen updated eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App with a new update entry:

eFood - Food Delivery App with Laravel Admin Panel + Delivery Man App

Version 8.0 – 12 June 2022​

- Dynamic decimal point managed by admin
- Latest products view
- Changed Order place model. Now after payment order will be placed.
- Multiple opening and closing times for a day with off-day.
- Order preparation time
- Multi-language for admin panel
- Employee management with role-based access
- Cart improved
- Mail configuration improved
- Dynamic time format
- iOS notification issue fixed
- Signalwire SMS gateway
- Fixed some other issues...

Read the rest of this update entry...
 

iAndrew

New member
Jul 2, 2020
21
6
3
One question, how do we get this work?
Admin laravel script has been setup correctly and it's up on subdomain.
The web-version is also built with Android studio and exported to be ready for upload.

I can't see any guide where to connect admin and front end...
The front end just loading....

I would like to make some tests, seems amazing app on really cheap price.
 

RoyalC

Active member
Aug 16, 2019
245
38
28
One question, how do we get this work?
Admin laravel script has been setup correctly and it's up on subdomain.
The web-version is also built with Android studio and exported to be ready for upload.

I can't see any guide where to connect admin and front end...
The front end just loading....

I would like to make some tests, seems amazing app on really cheap price.
did you put the right admin url like mention in the doc ?
also did you change app_constants.dart to redirect to your online site ?
the script work like a charm.
 

iAndrew

New member
Jul 2, 2020
21
6
3
did you put the right admin url like mention in the doc ?
also did you change app_constants.dart to redirect to your online site ?
the script work like a charm.
No i didn't find those steps on doc...
I know it sounds stupid.
So i haven't set the admin URL, just upload the laravel admin part normally by creating database and installing it and then jump in normally, but no connection with the front end at all because I had no idea where those settings are.


Thanks for your reply. Problem solved and works perfect.
Will the author add QR dine in feature? if yes i will buy more than 100 Licenses.
 
Last edited:
  • Like
Reactions: RoyalC

jabirkhanmayar

New member
Banned User
May 25, 2022
7
2
3
No i didn't find those steps on doc...
I know it sounds stupid.
So i haven't set the admin URL, just upload the laravel admin part normally by creating database and installing it and then jump in normally, but no connection with the front end at all because I had no idea where those settings are.


Thanks for your reply. Problem solved and works perfect.
Will the author add QR dine in feature? if yes i will buy more than 100 Licenses.
By QR Dine in you mean for user to scan Qr and they can view the menu or what?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu