Baseflow / Baseflow/flutter_cached_network_image
Not working on android compile sdk 33
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
## 🐛 Bug Report
```cmd
Warning: The plugin url_launcher_android requires Android SDK version 33.
For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to E:\Development\Google\Flutter\samples\flutter_cached_network_image\cached_network_image\example\android\app\build.gradle:
android {
compileSdkVersion 33
...
}
```
### Expected behavior
### Reproduction steps
run example from cached_network_image
### Configuration
**Version:** 3.2.2
**Platform:**
- [] :iphone: iOS
- [x] :robot: Android
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.