Flutter Woocommerce



Woocommerce SDK for Flutter.

Getting Started #

Add the package to your pubspec.yaml and import.

Create an instance of WooCommerce for your project.

Example:

This flutter app is available only for Active eCommerce cms. If you do not purchase Active eCommerce CMS yet then click here for purchasing. How does it work? Active eCommerce cms should be pre-installed in your server; Purchase ECommerce Flutter App for Active eCommerce cms from codecanyon; Config your Flutter app & upload to play store or app. Fluxstore WooCommerce is a universal e-commerce app inspired by the Flutter framework, made by Google. With the mission of reducing thousands of hours of business spent on designing, developing, and testing a mobile app, Fluxstore comes as a complete solution for optimizing to deliver your app to the market with high productivity and cost.

Parameter, [baseUrl] is the base url of your site. Apple touch bar. For example, http://me.com, https://me.com or http://my.me.com

Parameter [consumerKey] is the consumer key provided by WooCommerce, e.g. ck_12abc34n56j.

Parameter [consumerSecret] is the consumer secret provided by WooCommerce, e.g. cs_1uab8h3s3op.

Optional Parameter [apiPath] is the direct url from your baseUrl to your Woo commerce endpoint. An example : '/wp-json/wc/v3/' This is useful if only you changed your default Wordpress Woocommerce path, otherwise default applies.

Optional Parameter [isDebug], tells the library if it should print to debug logs. /// Useful if you are debuging or in development.

The goal of Woo Commerce SDK is to make building amazing Ecommerce apps with flutter and Woo Commerce as easy as can be,hope it improves your workflow.

Features. #

  • User Authentication.
  • Customer Management
  • Cart Management.
  • Order Management.
  • Products management.
  • Categories.
  • Tags.
  • Variations.
  • Ability to filter on methods that returns a list.
  • Supports custom endpoints.
  • Shipping, Shipping methods, Shipping Locations.
  • Payment.
  • Tax, TaxClasses.
  • Etc and more.

Notes. #

Mac bootable recovery usb. Install Jwt Token Plugin, to be able to log in,

Examples #

Put your credentials into the example app for a quick demo.

.

Auth #

Products see SDK reference for filter options. #

Cart! #

Custom Requests - Make your custom authenticated requests to the Woocommerce api. #

Updates #

Flutter Ecommerce App

Flutter woocommerce api
  • [x] Add documentation.
  • [x] Add Token Persistence.
  • [ ] Add more search filter abilities.
  • [ ] Multiple Examples.

WooCommerce SDK Documentation Reference #

[WooCommerce SDK Docs] (https://pub.dev/documentation/woocommerce/latest/)

WooCommerce Api Documentation Reference #

[WooCommerce Docs] (https://woocommerce.github.io/woocommerce-rest-api-docs/)

Issues and FeedBack #

If you find this useful 💙, feel free to click ⭐You can create a Github issue anytime. Pull requests on both code and documentation are welcomed as well pls 😍.You can also send a mail to ray@flutterengineer.com.

Flutter Woocommerce Pricing

For help getting started with Flutter, view theonline documentation, which offers tutorials,samples, guidance on mobile development, and a full API reference.





Comments are closed.