How to escape single quote in flutter's .arb files?
I have the following in my intl_en.arb file: "title_chef_selection": "Chef's Selection", "@title_chef_selection": {}, And I get this error: Error: Unbalanced escape quotes. To escape a single quote ', prefix it with another single quote.(mismatched_brackets) I followed it's advice changing it…