imsujan276 / shopify_flutter

A flutter package that works as a bridge between your Shopify Store and Flutter Application
https://pub.dev/packages/shopify_flutter
MIT License
26 stars 27 forks source link

Add null filtering in the getProductsByIds interface. #97

Closed WangXiaoRi closed 1 month ago

WangXiaoRi commented 1 month ago

When the APP API configured in shopify background is unavailable, json-to-model can't be converted normally because of null error, so null filtering is added.