code_field icon indicating copy to clipboard operation
code_field copied to clipboard

Update code_controller.dart

Open ahmet-ozberk opened this issue 3 months ago • 0 comments

The error that the patternMap variable is not updated is not resolved with the copyWith method. The source of the error is line 86: patternList.addAll(patternMap!.keys.map((e) => r'($e)')); the patternMap variable could not be updated because r'($e)' was written as '($e)' in this line. The error has been fixed.

ahmet-ozberk avatar Apr 02 '24 10:04 ahmet-ozberk