Search code examples
fluttervisual-studioandroid-emulatordarkmode

dark mode option is not showing on emulator's setting


image

dark mode option is not showing on emulator's setting


Solution

  • Please note that the system wide dark theme is only available on Android 10 (API level 29) and above.

    Since you are using an emulator with Android 8 (API level 26), you will not be able to access the dark mode option in your settings.

    To use this feature, you can either create a new emulator with minimum Android 10 (API level 29) or use a physical device that runs on at least Android 10 (API level 29).