Support SDK 30 #70
leeprobert
started this conversation in
General
Replies: 1 comment 2 replies
-
After looking at the project from my fork I can see that the minimum SDK setting is set to 30 but when I run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unable to upgrade to v6.1 because the package has a dependency called
geolocator
that needs to be compiled with SDK 31. I can't upgrade my project to use SDK 31 without also upgrading a ton of other packages and also converting all my code to null safety (it's an old project).The only solution for me is to upgrade everything but the discussion is should the package support older projects and be capped at SDK30 or below? What should be the minimum?
Beta Was this translation helpful? Give feedback.
All reactions