Conversation
|
Is your proposal that I release two more versions? |
|
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 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. |
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.