I'm trying to make an E-commerce app in flutter but I'm facing some difficulty in that app. I want to make two different apps example Admin & User. Admin Will Update Product Information like img, name, price etc & user will just Buy the product or Give Feedback for the Product. Anybody Know Any Resource Or tutorial, THanks in advance
just read the dart lang and GitHub has many projects which you can show and follow
here
for the model, you have to use build_value here
fetching data, you can use Dio library here
Good Luck!!
Related
I have a catalog that I have created using Facebook System user, and Graph API. I want to give access to my catalog to an other user. So that the other user is able to use the items from this catalog in its WhatsApp Business app, and to post the products from that catalog in his WhatsApp business chat.
The Graph API is really hard to understand, because there are many types of ids and tokens. It is very hard to understand what id should be used. Sometimes they use "business_id" sometimes they use just "business" and this is just small thing of all wrong things. Some of the edges don't work at all. The errors that their API returns are misleading and unclear. So I spend a lot of time trying to understand how the things are connected, and when I thought I understand it, I came to this task and this question.
So what I managed to achieve is
Created catalog via the API system user
Creating a product in it
Manually added the business ID of the other user to the catalog
Manually the other user used the WhatsApp manager and connected WhatsApp configuration created in his facebook app (meta for devs apps). After that using the WhatsApp manager he added the catalog as catalog for the WhatsApp.
And here I am. The catalog he connected is not accessible from the WhatsApp menu on his mobile device (WhatsApp for business). And when he tried to create catalog from the mobile app, the mobile app created completely different catalog. (It looks like the WhatsApp business app cannot work with the catalog assigned from Meta Business Suite)
The idea on my side is to be able to give automatic access to my catalog to this user. Why? Because I have many other catalogs for which I want to give access automatically to other WhatsApp business users. But I don't even understand how the things would work manually. Asking this question I hope that someone can give me some flow that could work for solving this task.
I'm making an online ordering web app in Flutter, there's a link to the app on the restaurant website. The app needs to know which restaurant website the customer came from so that it can load the correct menu.
How would you do this? Webhook?
I see two methods:
Referrer, Webbrowsers send a referrer-header. Maybe unstable for privacy browsers. More information
Link-Parameter, give each resturant a unique link (with your-app.com?source=mcdonalds). More information
is there a way to share my e-commerce app products? like the amazon app. when you click on share. it makes a URL for you, and you can send the URL to everyone.
and if you click on share it gives you this link.
can anyone please help me on how to share my e-commerce app's products
you will have to use two packages for this...
dynamic plugin
share plugin
1. dynamic link
2. share
you use the dynamic link to generate the short link of the product then use share to share it to users. so if user click on it it will automatic bring them to the production...
dynamic video
First, you need to have a route to your product in your app. You probably already have that. If not, you need to build that. There are really too many ways to do that and the one to pick depends on what you did so far in your app and how you handle navigation.
Assuming you are at a point where you can create a link to a product by hand, you can use share_plus to open the device/platform specific sharing dialog in your application and share that link. Check out their example and go from there.
I am trying to create an e-commerce app which has a generic homepage, which will list all products. I would then like the user to have an "account" page where they can either sign up or sign in.
When the user attempts to buy a product from the home screen, if they are not logged in they will need to before proceeding. I am not expecting someone to code this out for me (unless its a fairly straightforward ask) but can somebody advise on how to structure this project or better yet, link me to an example? I have trawled youtube looking for an example but all seem to have the user directed straight to the log in screen when launching the app.
Thanks
You have to learn Firebase methods it will give you a server less cloud to stock your data and handle users information for account page.
I learn thanks to these guy videos https://youtu.be/FTju8w4zEno
I'm building a swift app with the purpose of showing GA ecommerce sales from multiple vendors on my website. Each vendor can register on the app and then the access of their sales data will be granted to their user so they can follow their sales.
The ecommerce tracking is preformed by Google Analytics so is there any way where I can embed my eCommerce dashboards onto my swift app?
You can not.
There's no such API available for that intent, the way you want it. You must use theirs...
I am very sorry to tell you, but its is the plain truth.
Welcome!