nhost-dart icon indicating copy to clipboard operation
nhost-dart copied to clipboard

Update to latest packages

Open MichalNemec opened this issue 3 years ago • 3 comments

Hello, could these packages be updated in dependencies? graphql_flutter has 5.1.0 with bindings fix and cannot use it.

  connectivity_plus: ^1.0.1 // there is version 2+
  flutter:
    sdk: flutter
  get: ^4.6.5
  graphql_flutter: ^5.0.0 //5.1.0 breaks
  nhost_flutter_auth: ^2.0.3
  nhost_flutter_graphql: ^2.0.3
  shared_preferences: ^2.0.15
  url_launcher: ^6.1.5

thanks

MichalNemec avatar Aug 18 '22 10:08 MichalNemec

Sure, maybe you could help us here and create a PR?

elitan avatar Aug 18 '22 12:08 elitan

@elitan cant do it. I dont know how to test it locally, so i can push it afterwards. If i change dependencies, it still yells about old versions.

MichalNemec avatar Aug 18 '22 17:08 MichalNemec

You can try latest Beta version https://pub.dev/publishers/nhost.io/packages dev.8 is now released. We are releasing a major version soon to support latest and greatest features.

mhadaily avatar Jan 11 '23 12:01 mhadaily