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?
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?