getx icon indicating copy to clipboard operation
getx copied to clipboard

Revert supported >= 3.22

Open chandrabezzo opened this issue 9 months ago • 2 comments

I see in the pubspec.yaml file supported from Flutter SDK >= 3.22. But, the code just supported on Flutter SDK >= 3.29. Need to reverted then make relevan changes in the future with updated the pubspec.yaml. I think projects that use 3.29 still limited need to support for others dependencies upgrade to the latest gradle. Better to support 3.22 for now.

chandrabezzo avatar Feb 24 '25 06:02 chandrabezzo

Is your proposal that I release two more versions? One with this change, supporting the new SDK, and then another reverting it, and removing the deprecated code by adding a new SDK constraint?

jonataslaw avatar Feb 27 '25 18:02 jonataslaw

HI @jonataslaw thanks for response, have you check your latest master pubspec.yaml? You set min version of flutter SDK support is 3.22. But, if we run with getx version get 5.0.0-release-candidate-9.3.2 using 3.22 is impossible because have several code (method) that just supported on the latest Flutter SDK >= 3.29.

You have two choice, update your pubspec.yaml with 3.29 as minimum, or reverted the code that just supported in 3.29 on this pull request I've created.

I think for now better to supported projects that supported with minimum 3.22 instead of force minimum version on 3.29. Have you see this article? We need to support others packages or plugins to use 3.29 as our minimum Flutter SDK.

chandrabezzo avatar Feb 28 '25 07:02 chandrabezzo