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.
did you try :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
sorry i'll reply too quicklydid you try :
dart pub upgrade
and
dart pub outdated --mode=null-safety
import 'package:flutter/material.dart' hide MenuItem;
static const String BASE_URL = 'https://localhost';
Can you please upload the new updatedshivajirajan submitted a new resource:
eFood - Web admin Panel with User & delivery Man Mobile app - eFoodme
Read more about this resource...
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...
did you put the right admin url like mention in the doc ?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.
No i didn't find those steps on doc...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.
By QR Dine in you mean for user to scan Qr and they can view the menu or what?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.