Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fisforfaheem opened this issue May 16, 2024 · 22 comments

Comments

@fisforfaheem
Copy link

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

@Amonc
Copy link

Amonc commented May 16, 2024

Need this urgent

@nugrahazzz
Copy link

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

@fisforfaheem
Copy link
Author

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'.

@EDApps3
Copy link

EDApps3 commented May 20, 2024

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

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

@aly22
Copy link

aly22 commented May 20, 2024

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

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

Use Navigator.pop(context);

@novaldebbyp
Copy link

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 ?

@fisforfaheem
Copy link
Author

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

@Amonc
Copy link

Amonc commented May 21, 2024

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.

@EDApps3
Copy link

EDApps3 commented May 23, 2024

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
Copy link

EDApps3 commented May 23, 2024

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

@waihanko
Copy link

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);

@jonataslaw
Copy link
Owner

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
Copy link
Owner

The latest master is on pub.dev

@fisforfaheem
Copy link
Author

fisforfaheem commented May 24, 2024 via email

@EDApps3
Copy link

EDApps3 commented May 24, 2024

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

@jonataslaw
Copy link
Owner

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().

@ssthiago
Copy link

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

@fisforfaheem
Copy link
Author

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
Copy link
Author

It will work nicely with flutter 3.22.1

@fisforfaheem
Copy link
Author

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

@Alyssonpp
Copy link

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?

@nugrahazzz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants