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

refactor fromGraphJson methods #58

Closed hamed-rezaee closed 7 months ago

hamed-rezaee commented 7 months ago
imsujan276 commented 7 months ago

Hi @hamed-rezaee

Thank you for refactoring the code. I think the updated url_launcher version is not compatible with the supported SDK as you can see in the Analyzer in the Checks tab above

If you are to update the version of the package, please make sure it works for different SDK versions

hamed-rezaee commented 7 months ago

Hi @hamed-rezaee

Thank you for refactoring the code. I think the updated url_launcher version is not compatible with the supported SDK as you can see in the Analyzer in the Checks tab above

If you are to update the version of the package, please make sure it works for different SDK versions

hey @imsujan276 it is strange, it doesn't complain on my machine, I tested it with my projects, and all functionalities work as expected. I will revert the dependency upgrade.