🐛 compileSdk 34 shown invalid theme color
Since I upgrade your demo package to major-version and compileSdk 34
- I found invalid system theme color or strange filledbutton Ui
- when I run the example to emulator or real device shown UI THEME normally .
- Stop the debugber and direct run the app shown invalid system Ui e.g FilledButton theme color
I am not sure the caused this bug by system theme version ?
Attached the example result FYI
Screencast from 2024-10-17 09-52-55.webm
package provider: ^6.0.5 system_theme: ^3.1.2 window_manager: ^0.4.2 flutter_acrylic: ^1.0.0+2 url_strategy: ^0.3.0 url_launcher: ^6.1.7 clipboard: ^0.1.3 email_validator: ^3.0.0 http: ^1.1.0 flutter_markdown: ^0.7.4 flutter_syntax_view: git: url: https://github.com/YehudaKremer/flutter_syntax_view.git go_router: ^14.3.0 intl: ^0.19.0 google_fonts: ^6.1.0
settings.gradle
plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version '8.7.0' apply false id "org.jetbrains.kotlin.android" version "1.8.22" apply false }