swell 0.0.3 copy "swell: ^0.0.3" to clipboard
swell: ^0.0.3 copied to clipboard

This is an non official dart swell api for swell.is

This is an non official swell api for swell.is

Features #

  • Products
  • Categories
  • Attributes
  • Accounts
  • Carts
  • Payments
  • Currencies
  • Localization
  • Settings
  • Subscriptions

Getting started #

init swell #

Usage #

swell.products.get()

final client = SwellApi(dio, baseUrl: Swell.instance.url.toString());

  client.getProducts({}).then((it) => print(it.results));

Additional information #

Still work in progress