* Edition improvements
* Sketch file
* Nutrition editor: the Next key is working again on Android
* Nutrition editor: tapping the title will force the focus on the TextField
* KP improvements
(cherry picked from commit 9506642832d82356a8ab717de5d07e3273e73cfe)
* Use the correct variant of the SVG
* Improve normal text in dark mode
New file:
* `currency_extension.dart`: Currency symbols.
Impacted files:
* `country_selector.dart`: fixed a typo that prevented the filter from working with uppercase.
* `currency_selector.dart`: displayed the new currency full name
* `currency_selector_helper.dart`: displayed the new currency full name; fixed a typo that prevented the filter from working with uppercase.
* `price_currency_selector.dart`: displayed the new currency full name
* `smooth_text.dart`: managed the case where we search for special chars like $
* When we highlight a suggestion, we can't rely on the `removeDiacritics`, as it replaces some letters of 1 word into 2 or +
* Better algorithm
* Remove unused things
* Fix typo
* Unnecessary brackets
* Replace all `toLowerCase` + `removeDiacritics` by a single `getComparisonSafeString`
* Reformat CountrySelector
* `removeAccents` removed + 1 new test
---------
Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>