shopify_flutter 1.4.4 copy "shopify_flutter: ^1.4.4" to clipboard
shopify_flutter: ^1.4.4 copied to clipboard

A flutter package that works as a bridge between your Shopify Store and Flutter Application.

1.4.4 #

  • update example with demo chekout flow in shop tab

1.4.3 #

  • updated example with add, update and remove lineitems for checkout

1.4.2 #

  • Minor fixes

1.4.1 #

1.4.0 #

1.3.1 #

  • Image issue in Collection resolved
  • Order Model updated

1.3.0 #

  • added search product query and option for filters in searchProducts and getXProductsAfterCursorWithinCollection.

1.2.0 #

  • phone and acceptsMarketing can be passed in createUserWithEmailAndPassword
  • bug fixes
  • updated code documentation

1.1.3 #

  • now you can get the token with expiry date and get the boolean status of access token expiration

1.1.2 #

  • minor update

1.1.1 #

  • issue fixed
    • checkoutCompleteWithTokenizedPaymentV3 'Field 'payment' doesn't exist

1.1.0 #

  • added ShopifyCustom to give the suer an ability to create custom query and mutations that are not available in the package

1.0.19 #

  • updated readme

1.0.18 #

  • updated signup and readme

1.0.17 #

  • checkoutDiscountCodeApply returns Checkout object

1.0.16 #

  • Updated Example

1.0.15 #

  • Updated Shop model to get shippingPolicy and subscriptionPolicy

1.0.14 #

  • Shopify Blogs issue fixes

1.0.13 #

  • get all products error fixes

1.0.12 #

  • made shopify admin access token optional as it is only used for deleting the customer

1.0.11 #

  • added product relation in the Checkout lineitem

1.0.10 #

  • added update email in checkout

1.0.9 #

  • checkout lineitem update fixes

1.0.8 #

  • Fixed error getting in order history when the the purchased product is archieved
  • added billingAddress in getAllOrdersQuery and orders

1.0.7 #

  • Bug fixes in registeration

1.0.6 #

  • Bug fixes while deleting customer account

1.0.5 #

  • Optimized orders query and product isAvailableForSale

1.0.4 #

  • Added get collection by id

1.0.3 #

  • Code optimization

1.0.2 #

  • added 'email' in checkout product for eacy checkout experience if logged in

1.0.1 #

  • add 'isAvailableForSale' in product and CustomerUpdate bug fixes

1.0.0 #

  • updated shopify config to add admin access token.
  • delete customer mutation

0.0.4 #

  • added payment status and fulfilment status in order

0.0.3 #

  • Bug fixes in order, product and checkout models.

0.0.2 #

  • Added comments, Readme and example update

0.0.1 #

  • Initial Release