Closed thewh1teagle closed 1 year ago
This problem was due to a newer version of androidx.core:core-ktx
. quick_settings was using the + suffix, which means any new version would be used.
I switched to the latest stable version instead.
The fix is available on the 1.0.1 release.
I Tried to use this library by creating new flutter project, and then I installed it with
and added to main:
And then I got the following error:
Android version:
13
Flutter version:3.10.0
OS:Windows 11 x64