Code

Discussion on FluxStore Shopify - The Best Flutter E-commerce app

Discussion on FluxStore Shopify - The Best Flutter E-commerce app

Cart 1,507 sales
Recently Updated

458 comments found.

Can I add my flutter ui kit design to this app? thank you

Yes, it is possible with some customization – thank you!

Hi, it seems you have posted the same question via ticket support, we will have a check and let you know ✅ Thank you!

Hello,

I would like to see the pets templates, it’s no visable from the flux builder, I would upgrade my license but I want to make sure I like the design first. ow can I see this template?

oh, I see, you can look at them here. Thank you!

We have another problem, when we build we never receive the application by email

Hi, please post a ticket with more detail (your website url) on our support center (select “Sign in with Envato instead”). The technical team will help to check. Thank you!

if we but this will we able to build and update option on app without making new build?

Hello, if we have a multi vendor plugin in shopify.. the app can work with it?

Hi, the current version is not compatible with the multi vendor – we will investigate and upgrade it later – thank you!

Hey! i’m trying to clone home screen, but getting this error, please help me out. Thanks

The following ProviderNotFoundException was thrown building Consumer<AppModelMen>(dirty): Error: Could not find the correct Provider<AppModelMen> above this Consumer<AppModelMen> Widget

This happens because you used a `BuildContext` that does not include the provider of your choice. There are a few common scenarios:

- You added a new provider in your `main.dart` and performed a hot-reload. To fix, perform a hot-restart.

- The provider you are trying to read is in a different route.

Providers are "scoped". So if you insert of provider inside a route, then
other routes will not be able to access that provider.

- You used a `BuildContext` that is an ancestor of the provider you are trying to read.

Make sure that Consumer<AppModelMen> is under your MultiProvider/Provider<AppModelMen>.
This usually happens when you are creating a provider and trying to read it immediately.
For example, instead of:
```
Widget build(BuildContext context) {
  return Provider<Example>(
    create: (_) => Example(),
    // Will throw a ProviderNotFoundError, because `context` is associated
    // to the widget that is the parent of `Provider<Example>`
    child: Text(context.watch<Example>()),
  ),
}
```
consider using `builder` like so:
```
Widget build(BuildContext context) {
  return Provider<Example>(
    create: (_) => Example(),
    // we use `builder` to obtain a new `BuildContext` that has access to the provider
    builder: (context) {
      // No longer throws
      return Text(context.watch<Example>()),
    }
  ),
}
```

I’ve posted the ticket but didn’t get any response yet.

One more thing to ask, can you please define how’s filters work? Where can i create a new filter in shopify? please guide me.

Hi, please help to use the Inspector tool to customize the app UI – https://docs.flutter.dev/development/tools/devtools/inspector

Hi,

I am not able to connect my Shopify to the FluxBuilder I have followed all the videos but the website is not connected.

The error that ( Not able to connect Shopify API. I creat it correctly.

Please help

Thank you for the feedback. Could you help to share the screenshot/videos of the issues and post them to our Ticket Support website – https://support.inspireui.com

Our technical team will help with supporting and following up on the issue if your support time is still valid.

Hey team its been a while i’m not receiving any response on your support forum ticket number: 16836

Hi, sorry for late response as we have some holiday break still this Wednesday, i also note with the team to get back to you shortly – thank you!

Apple Login is not working with shopify app, similar to woocommerce Mstore API how can we make the Apple login work with Shopify version.

I have enabled the firebase config for apple login and configured everything exactly like i did for the wordpress version. but for the shopify it is showing “The username or the password is incorrect”

Hi, please help to check the available feature on Shopify column. Thank you

I bought and I see that Strapi is there but empty how do i get this connector?

Hi, could you help to share the detail error via ticket support so that the team could help with checking – https://support.inspireui.com – thank you!

Any updates on the multi language for products?

Hi, this feature is still in our backlog, and wait for the team to implement it, we will confirm when it is ready – thank you!

from where i can get the APIs for Shopify? can you please explain?

Hi,

Please follow the latest guide (select “Sign in with Envato instead”), scroll down to find the name of your app and select “Getting Started” to follow step by step.

Sincerely,
InspireUI

Features   FluxBuilder   Youtube

I can’t even login to your support website. And I have taken the license, so you are not even building in it.

Hi, could you help to send the request email to support@inspireui.com – we will help to check your login account issue, it is sometime happening with the API connection – thank you for our time!

Hello, I don’t understand why I can’t download flux builder. I downloaded the portable zip on github. but I can’t see the installer in it, yes there is an app, but nothing happens other than the opening screen. I had downloaded 1.4.1 before, I was wondering about the new updates and I was thinking of reviewing and purchasing, but somehow I could not download the new update.

Hi, please download on this link – https://github.com/inspireui/fluxbuilder/releases

If you have any issue please post ticket support so that the team could help with checking https://support.inspireui.com/

I still couldn’t do it, I uninstalled the old version and installed the new one, but it doesn’t work. I looked at all your links, the dll files are already available, the old version works without problems, but there is nothing on how to update to the new version. I downloaded 1.5.0 portable from the link on github, extracted it from the zip file, clicked on the application, the opening screen appears, but nothing happens.

Would you mind to share the the screenshot via ticket support so that the team could help. The FluxBuilder will compatible well with Window 10 or 11, on other OS version it could missing some Dll library from the system and you need to copy the dell to the system – thank you!

hello,

I wanted to run the code from last 5 days in my iOS system it showing error that more then 42 dependencies files are outdate and this error continuously

Error: CocoaPods’s specs repository is too out-of-date to satisfy dependencies. To update the CocoaPods specs

help I have to finalise the app! loosing trust with this product!

Hi, please make sure to use latest release version 3.0 that release yesterday if you would like to use with the stable channel

As you know, Google has just release new Flutter 3 that could be the root cause – https://medium.com/flutter/introducing-flutter-3-5eb69151622f

Thank you!

from where I will download latest updated shopify fluxstore files? currently it showing it updated and compatible with flutter 2.x please mail me updated file that will help me a lot.

Thanks

Hi, please download on this link – http://codecayon.net/downloads – the latest version is compatible with Flutter 3

Hello I am waiting for support on my ticket #15861

Thank you, i have notified to the team and follow up via ticket support

https://youtu.be/6icrwvd8A3o

this link video is not properly guideline. it’s video guideline is old version. it’s not understand step by step. It’s not found storefront api. it’s older guideline. please update new guidelines line. how to configuration Shopify store setup in this apps with how to found storefront api in this website. please include new video guideline line. it’s can be helpful everyone

Hello sir

I haven't received any updates yet.  Please update soon.  And of course do update video tutorials with documents.
Thank you. I am waiting for your update

Hi, we have just updated the manual guide, please follow it. Our team is recording for the installation video on Mac – thank you!

does it support to add Arabic Language and RTL ?

Yes, it is support – thank you!

I could not find it in the Builder app when coming to add the language, do you also provide installation service for the apps ? we are looking to have the full service to create the apps for our client

Hi, You can set the language here. Now our application already supported more than 40 languages. If you need a new language, we help to translate for free.

You can submit this form to request the installation service and price. Thank you!

Can we use 1 extended or regular license for different domains? Or it’s not allowed? If not allowed, it’s not allowed by your fluxbuilder panel or envato policy? Who doesnt allow? Your panel or envato?

and my second question: can we build app without fluxbuilder panel easily?

Hi, please refer to this rule and this policy of Envato.

Yes, you totally can create your own app on both iOS and Android by installing Android studio and flutter. More detail is here. Thank you!

does it support OTP based login?

Hi, the Shopify version is not supported OTP login feature – please help to check list of available feature on this link – https://inspireui.com/feature-indexes

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey