File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ Future<void> updateDarkStylesXml({
516516 if (android12AndAbove != null &&
517517 (android12AndAbove[YamlKeys .colorKey] != null ||
518518 android12AndAbove[YamlKeys .imageKey] != null )) {
519- const v31 = CmdStrings .androidValuesV31Directory ;
519+ const v31 = CmdStrings .androidDarkValuesV31Directory ;
520520 if (! await Directory (v31).exists ()) {
521521 Directory (v31).create ();
522522 }
Original file line number Diff line number Diff line change @@ -37,4 +37,6 @@ class CmdStrings {
3737 'android/app/src/main/res/drawable' ;
3838 static const androidDarkValuesDirectory =
3939 'android/app/src/main/res/values-night' ;
40+ static const androidDarkValuesV31Directory =
41+ 'android/app/src/main/res/values-night-v31' ;
4042}
You can’t perform that action at this time.
0 commit comments