flutter_simple_shopify
flutter_simple_shopify copied to clipboard
Meta fields added in FSS.
i am new in flutter. i am trying to use shopify sdk in flutter. [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: Exception: ClientException: Unhandled Failure HandshakeException: Handshake error in client (OS Error: E/flutter (31699):...
- For testing
### when i use "getAllOrders()" , i get " Unhandled Exception: type 'Null' is not a subtype of type 'List' in type cast " ` shopifyCheckout .getAllOrders(accessToken) .then((value) => {...
found this `checkoutDiscountCodeApply` & `checkoutDiscountCodeRemove` methods, but, `getCheckoutInfoQuery` checkout object does not have Applied Discount Code information. So, when fetching checkout info, applied Discount code & discounted amount not found.
Hi Team, I understood the process till checkout. I'm associating my customer to checkout. how can I use Razorpay as a payment gateway and complete the checkout process? Please help...
Recent changes like the graphql upgrade are not available in the pub.dev version of `0.0.25-alpha`
When I'm running the app with added package ver `flutter_simple_shopify: ^0.0.25-alpha` I'm getting the below error: ``` ../../flutter/.pub-cache/hosted/pub.dartlang.org/uuid_enhanced-3.0.2/lib/uuid.dart:9:7: Error: 'UnmodifiableUint8ListView' is restricted and can't be extended or implemented. class Uuid...
Hello, Can anyone please tell me how can I configure my store with this app? I already created a Private App on my Shopify store and give permissions. I don't...