Open Myzel394 opened 2 years ago
and you don't want to use compileSdk 33 ? add this dependency_overrides: permission_handler: ^8.3.0
dependency_overrides: permission_handler: ^8.3.0
This requires a compileSdkVersion of 32
and you don't want to use compileSdk 33 ?
Not sure if I understood correctly what the compileSdkVersion means, but doesn't it mean that people will need at least a sdk version of 33 to be able to use this app? If yes, most people will not be able to use the app
that just for compile the app but minsdk will restrict for example user to download the app if their sdk api lower than what you specify in build.gradle so don't worry about that just change compileSdk to 33
I couldn't use the newest version of
flutter_osm_plugin
because it depends onpermission_handler ^10.0.0
and this requires acompileSdkVersion
of 33.Instead, I tried to use
permission_handler: ^8.3.0
andflutter_osm_plugin: ^0.30.0
, but this lead to the following error:and when I simply type
flutter pub add flutter_osm_plugin
and let flutter determine the correct version, which results in a combi ofpermission_handler: ^9.0.0
andflutter_osm_plugin: ^0.28.2
, the following error occurs: