getx icon indicating copy to clipboard operation
getx copied to clipboard

[5.0.0-release-candidate-6] Kindly push the latest commits and release for pub.dev

Open fisforfaheem opened this issue 1 year ago • 22 comments

People are waiting and the latest pull request is workign as well.

fisforfaheem avatar May 16 '24 16:05 fisforfaheem

Need this urgent

Amonc avatar May 16 '24 19:05 Amonc

Maybe the author is busy fixing it. hopefully it will be finished quickly

nugrahazzz avatar May 16 '24 19:05 nugrahazzz

Updated Solution:

To leverage the latest version, include the following in your pubspec.yaml:

dependencies:
  get:
    git:
      url: https://github.com/Aniketkhote/getx.git
      ref: master

This ensures you're using the most recent iteration of GetX, promising optimal functionality. If you encounter any issues, don't hesitate to report them. Special thanks to the significant contributions from the author of 'refreshed'.

fisforfaheem avatar May 17 '24 16:05 fisforfaheem

it has issue with "Get.back()" within dialog,

https://github.com/jonataslaw/getx/assets/62730238/eaaa936d-ce2f-42e3-a3b5-e1fe71811f80

EDApps3 avatar May 20 '24 06:05 EDApps3

it has issue with "Get.back()" within dialog,

Screen.Recording.2024-05-20.at.9.48.43.AM.mp4

Use Navigator.pop(context);

aly22 avatar May 20 '24 10:05 aly22

Updated Solution:

To leverage the latest version, include the following in your pubspec.yaml:

dependencies:
  get:
    git:
      url: https://github.com/Aniketkhote/getx.git
      ref: master

This ensures you're using the most recent iteration of GetX, promising optimal functionality. If you encounter any issues, don't hesitate to report them. Special thanks to the significant contributions from the author of 'refreshed'.

Because get_storage 2.1.1 depends on get >=4.0.0 <6.0.0 and no versions of get_storage match >2.1.1 <3.0.0, get_storage ^2.1.1 requires get from hosted. So, because vinyl depends on both get from git and get_storage ^2.1.1, version solving failed.

If I use get_storage, it give me this error, anyone found the solution ?

novaldebbyp avatar May 21 '24 04:05 novaldebbyp

it has issue with "Get.back()" within dialog,

Screen.Recording.2024-05-20.at.9.48.43.AM.mp4

do a flutter clean and then try again

fisforfaheem avatar May 21 '24 17:05 fisforfaheem

I git this error.

'package:get/get_navigation/src/snackbar/snackbar_controller.dart': Failed assertion: line 109 pos 12: '!_transitionCompleter.isCompleted': Cannot configure a snackbar after disposing it.

Amonc avatar May 21 '24 22:05 Amonc

it has issue with "Get.back()" within dialog, Screen.Recording.2024-05-20.at.9.48.43.AM.mp4

do a flutter clean and then try again

the issue still persist , latest changes seems to have issues [it used to work previously] , and still no reply from the package maintainer which make me think to not use it with my projects anymore , because on each flutter update we gonna face this issues

EDApps3 avatar May 23 '24 08:05 EDApps3

Use Navigator.pop(context);

this is not the right solution as Get.back(); should work as expected and it is part of the library , no idea if many places are affected but i will not change it in all places

EDApps3 avatar May 23 '24 08:05 EDApps3

it has issue with "Get.back()" within dialog, Screen.Recording.2024-05-20.at.9.48.43.AM.mp4

Use Navigator.pop(context);

How about Get.close(1);

waihanko avatar May 24 '24 03:05 waihanko

it has issue with "Get.back()" within dialog,

Screen.Recording.2024-05-20.at.9.48.43.AM.mp4

If you are using getx 5, you need use "close()" to overlays and "back()" to routes.

jonataslaw avatar May 24 '24 10:05 jonataslaw

The latest master is on pub.dev

jonataslaw avatar May 24 '24 10:05 jonataslaw

Thanks so much. Hope this will regain hope in the community who use this package.

On Fri, May 24, 2024, 3:56 PM Jonny Borges @.***> wrote:

The latest master is on pub.dev

— Reply to this email directly, view it on GitHub https://github.com/jonataslaw/getx/issues/3100#issuecomment-2129241312, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSEVKU3LHYAQ4BMRV43ZD4MEDAVCNFSM6AAAAABH2RSBB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRZGI2DCMZRGI . You are receiving this because you authored the thread.Message ID: @.***>

fisforfaheem avatar May 24 '24 11:05 fisforfaheem

it has issue with "Get.back()" within dialog, Screen.Recording.2024-05-20.at.9.48.43.AM.mp4

If you are using getx 5, you need use "close()" to overlays and "back()" to routes.

thank you, didn't know that

EDApps3 avatar May 24 '24 11:05 EDApps3

NOTE: You can still use Get.back() with the same behavior as in version 4. If you don't want to refactor your project yet to use Get.close() and Get.back(), you can use your favorite editor of you to change all Get.back() in the project to Get.backLegacy().

jonataslaw avatar May 24 '24 14:05 jonataslaw

Muito obrigado. Espero que isso recupere a esperança na comunidade que usa este pacote. Na sexta-feira, 24 de maio de 2024, 15h56 Jonny Borges @.> escreveu: O master mais recente está em pub.dev - Responda a este e-mail diretamente, visualize-o no GitHub < #3100 (comentário) > ou cancele a assinatura < https://github.com/notifications/unsubscribe-auth/AIRXJSEVKU3LHYAQ4BMRV43ZD4MEDAVCNFSM6AAAAABH2RSBB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRZGI2DCMZRGI > . Você está recebendo isso porque foi o autor do thread. ID da mensagem: @.>

@fisforfaheem, are you using the new 5.0.0-release-candidate-6 in production ? It's working good?Let us know, please

ssthiago avatar May 24 '24 19:05 ssthiago

getting this while using flutter sdk beta version: [beboro] flutter pub get --no-example Resolving dependencies... The current Dart SDK version is 3.4.0-282.3.beta.

Because beboro requires SDK version >=3.4.0 <=4.0.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Try using the Flutter SDK version: 3.22.1. exit code 1

and this is my pubpec.yaml: version: 1.0.0+1 environment: sdk: '>=3.4.0 <=4.0.0' dependencies:

fisforfaheem avatar May 24 '24 20:05 fisforfaheem

It will work nicely with flutter 3.22.1

fisforfaheem avatar May 24 '24 20:05 fisforfaheem

getting this while using flutter sdk beta version: [beboro] flutter pub get --no-example Resolving dependencies... The current Dart SDK version is 3.4.0-282.3.beta.

Because beboro requires SDK version >=3.4.0 <=4.0.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Try using the Flutter SDK version: 3.22.1. exit code 1

and this is my pubpec.yaml: version: 1.0.0+1 environment: sdk: '>=3.4.0 <=4.0.0' dependencies:

ANYONE have any idea what should be done?? cuz i dont want to leave fluttersdk beta

fisforfaheem avatar May 24 '24 20:05 fisforfaheem

I replaced Get.back(result: true) with Get.close(result: true), but the return is false only with Get.backLegacy it works. Does anyone have any ideas?

Alyssonpp avatar May 26 '24 17:05 Alyssonpp

Is there no update for the stable version (other than the candidate version)?

nugrahazzz avatar Jun 01 '24 19:06 nugrahazzz