Multi Vendor Mobile Applications Here get your multi vendor food apps for your business. This app could be used as food, grocery, clothes shop. We offer 1. User app 2. Vendor app 3. Delivery boy app 4. Admin app Know more about the app here www.dbestech.com/tutorials/flutter-multi-vendor-app We also support further customization of this app. Thanks, Dbestech Wechat: dbestech
i cannot persist the user when i try to hook getPrefs fns in HomePage the products will not be fetched and it is always loading and showing circular progress indicator
All model method is missing you not show in the video please provide us because they shoe me an error of getter Login and SignupModel plz solve this issues
www.dbestech.com/tutorials/flutter-online-shopping-store-with-cart-provider-state-management here we updated the links. Now you may download the necessary assets and files.
I was having an error in railway and that is there is no active deployment for this service please help me with that and how can i add data to the mongoose please sir help me and thank you for your hard work please keep it up .
I bought the full source code for this but there's no documentation on how to set up the project, especially the backend and stripe payment method, please can I get the docs for these?
I try so many ways to fix the railways error that there is no active deployment for this service and so many things that my account got banned from railway 😅.
thank you for replying. The thing is that when ever I try to deply payment repository to the railway I get this error or message 'there is no active deployment for this service' in under this is a link 'make a deployment to get started' in deployment section and there is this message ''unexposed service'' with the icon of eye slash .and for context left side of the sections where is deployment variable metrics and setting is a message ''no deploys for this service''. This message appears when deployment is in process just like this 4:38:36
@@dbestech i got this sh: 1: nodemon: Permission denied container event container restart npm WARN config production Use `--omit=dev` instead. when I install on railway
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type '(dynamic) => Sneakers' is not a subtype of type '(String, dynamic) => MapEntry' of 'transform' E/flutter ( 4724): #0 sneakersFromJson (package:e_commerce/models/sneaker_model.dart:3:85) E/flutter ( 4724): #1 Helper.getKidsSneakers (package:e_commerce/services/helper.dart:49:20) E/flutter ( 4724): I am getting this error while fetch data from the server
The error you're encountering suggests that there is a type mismatch in the sneakersFromJson function in your sneaker_model.dart file. Specifically, the function's type is expected to be (String, dynamic) => MapEntry, but it is instead of type (dynamic) => Sneakers. Here is how you can resolve this error: Check the JSON parsing function: Ensure that your sneakersFromJson function correctly matches the expected type. The function should properly parse the JSON response and return the appropriate type. Update the parsing function: Update the sneakersFromJson function to correctly transform the JSON data into a list of Sneakers objects.
lib/views/ui/product_page.dart:52:38: Error: The argument type 'Future' can't be assigned to the parameter type 'Future?'. - 'Future' is from 'dart:async'. - 'List' is from 'dart:core'. - 'Sneakers' is from 'package:online_shop/models/sneaker_model.dart' ('lib/models/sneaker_model.dart'). future: productNotitfier.sneaker,
Mashallah this is an amazing course, i am waiting for part 3 most of the features are still remaining
Amazing Course Thanks /
Multi Vendor Mobile Applications
Here get your multi vendor food apps for your business. This app could be used as food, grocery, clothes shop. We offer
1. User app
2. Vendor app
3. Delivery boy app
4. Admin app
Know more about the app here www.dbestech.com/tutorials/flutter-multi-vendor-app
We also support further customization of this app.
Thanks,
Dbestech
Wechat: dbestech
Nice i have learned lot of things
sure?
Where can I get the body for the GET PRODUCTS request? 45:05.
I don't get autocomplete function suggetions for mongoose schema like your are seeing , How can i enable that?
OSM Video
how get FavoratePage ?
i cannot persist the user when i try to hook getPrefs fns in HomePage the products will not be fetched and it is always loading and showing circular progress indicator
wow amazing course tahnks sir!
but can u help me, I don't know how to set up postman, can u help me?
Mashallah, Please make at least one project with spring-boot backend 🙏🙏
Future flutter project. We will release on in 2024 Feb
شكراً للشرح الرائع جدا
All model method is missing you not show in the video please provide us
because they shoe me an error of getter Login and SignupModel
plz solve this issues
www.dbestech.com/tutorials/flutter-online-shopping-store-with-cart-provider-state-management here we updated the links. Now you may download the necessary assets and files.
@@dbestech Thank you very much🥰🥰
is there more parts to come ?
Thanks for nodejs backend❤❤
great
I was having an error in railway and that is there is no active deployment for this service please help me with that and how can i add data to the mongoose please sir help me and thank you for your hard work please keep it up .
Can you print your error here?
Niceeeee ❤
while testing endpoints on postmens , it shows an empty array , where should i store my JSON file ?
Having the same problem. I'll be grateful if anyone can help out
This tutorial using mern, can u make this backend using laravel for next video?
He already did in Laravel
I bought the full source code for this but there's no documentation on how to set up the project, especially the backend and stripe payment method, please can I get the docs for these?
I already replied you on twitter.
@@dbestech Yeah, thanks.
My search field is not working without any error
Which statemanagment it use
Provider
Does it include mvc architecture
Yes, it does
In this tutorial cover admin pannel?
It covers api
There have not show you LoginModel model file is missing please provide us
We will check and get back to you in few hours.
@@dbestech Waiting...
in this progect is working with real backend ??
yes, what's your concern?
I try so many ways to fix the railways error that there is no active deployment for this service and so many things that my account got banned from railway 😅.
What exact problems are you facing?
thank you for replying. The thing is that when ever I try to deply payment repository to the railway I get this error or message 'there is no active deployment for this service' in under this is a link 'make a deployment to get started' in deployment section and there is this message ''unexposed service'' with the icon of eye slash .and for context left side of the sections where is deployment variable metrics and setting is a message ''no deploys for this service''. This message appears when deployment is in process just like this 4:38:36
Hi sir plz make full stack project in React native with Redux toolkit and Laravel
Yes
why i cant create data in create product ???
What error do you face?
@@dbestech i got this
sh: 1: nodemon: Permission denied
container event container restart
npm WARN config production Use `--omit=dev` instead.
when I install on railway
Otherwise I don't understand what you are doing, please share the code link with me
You may buy the source code if needed. The starter files are given for free.
please provide complte code this application
We work hard to make this tutorials. Please help us by buymeacoffee
❤❤
❤
🎉
I cant find part 1😅😅
Can anyone help me please?😅
Did you check the description?
@@dbestech oh well, sorry my bad
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type '(dynamic) => Sneakers' is not a subtype of type '(String, dynamic) => MapEntry' of 'transform'
E/flutter ( 4724): #0 sneakersFromJson (package:e_commerce/models/sneaker_model.dart:3:85)
E/flutter ( 4724): #1 Helper.getKidsSneakers (package:e_commerce/services/helper.dart:49:20)
E/flutter ( 4724):
I am getting this error while fetch data from the server
The error you're encountering suggests that there is a type mismatch in the sneakersFromJson function in your sneaker_model.dart file. Specifically, the function's type is expected to be (String, dynamic) => MapEntry, but it is instead of type (dynamic) => Sneakers.
Here is how you can resolve this error:
Check the JSON parsing function: Ensure that your sneakersFromJson function correctly matches the expected type. The function should properly parse the JSON response and return the appropriate type.
Update the parsing function: Update the sneakersFromJson function to correctly transform the JSON data into a list of Sneakers objects.
E/flutter (20861): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ClientException with SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = localhost, port = 41738, uri=localhost:3005/api/login
E/flutter (20861): #0 IOClient.send (package:http/src/io_client.dart:119:7)
E/flutter (20861):
E/flutter (20861): #1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32)
E/flutter (20861):
E/flutter (20861): #2 AuthHelper.login (package:online_shop/services/auth_helper.dart:24:20)
E/flutter (20861):
E/flutter (20861): #3 LoginNotifier.userLogin (package:online_shop/controllers/login_provider.dart:58:22)
E/flutter (20861):
E/flutter (20861):
How to solve it
Maybe wrong port, or you are not running the server or base url wrong address problem.
or check api_url
@@dbestech server means
@@dbestech static const apiUrl = "localhost:3005";
its base url
me too have the same error here, please help me
lib/views/ui/product_page.dart:52:38: Error: The argument type 'Future' can't be assigned to the parameter type 'Future?'.
- 'Future' is from 'dart:async'.
- 'List' is from 'dart:core'.
- 'Sneakers' is from 'package:online_shop/models/sneaker_model.dart' ('lib/models/sneaker_model.dart').
future: productNotitfier.sneaker,