ThinkSimple / flutter_simple_shopify

MIT License
90 stars 67 forks source link

Using old dependencies #64

Closed jupanubv92 closed 3 years ago

jupanubv92 commented 3 years ago

The majority of the flutter pub packages upgraded to use the new null safety features of Flutter 2.0, so if we wan to switch to Flutter 2.0, we need support from the majority of the packages.

This library relies on graphql ^3.1.0 but firebase_auth >=1.0.0 relies on http_parser ^4.0.0 which makes it impossible to upgrade without upgrading this libraby.

Can we upgrade this library as well to use flutter 2.0 and the latest pub packages?

jupanubv92 commented 3 years ago

I just saw this pull request is trying to solve this: https://github.com/ThinkSimple/flutter_simple_shopify/pull/57