10 Commits

Author SHA1 Message Date
e3bc40fdf3 chore: Migration to Dart 3.8 (#6668)
* Migration to Dart 3.8

* New GA

* Fix dartdoc
2025-06-23 18:14:17 +02:00
3655c3b300 feat: Scan cards share the same UI (#5866)
* Harmonized UI for scan cards

* Update packages/smooth_app/lib/l10n/app_en.arb

Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com>

* Fix build issue

---------

Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com>
2024-11-18 15:24:05 +01:00
b07b942076 feat: Action bar for the product (+ light redesign) (#5749)
* Light redesign for the Product page + action bar

(cherry picked from commit cb50d79ce66aacdb729b44c94e061112db3b3aa3)

* Remove unused variable

* Update Sketch file
2024-10-27 20:00:17 +01:00
9cbcf75d5d feat: Disallow emojis on brand name (#5461)
* Disallow emojis on brand name

* Fix Lint warning
2024-07-23 09:54:25 +02:00
93d460cc23 Improve accessibility on the homepage (#5412) 2024-06-19 13:15:34 +02:00
f5973da769 fix: Guide: Rewrite newline character from translations (#5365) 2024-06-13 11:52:22 +02:00
41abf730fe feat: Tagline V3 (#5350)
* New JSON

* Tagline V3

* Refresh the tagline on language change

* Fix Lint errors

* Revert `SmoothScaffold` changes

* Filter news with startDate/endDate
2024-06-10 15:19:24 +02:00
dbd23f50f8 feat: Guide for Nutri-Score V2 (#5273)
* Guide for Nutriscore V2

* Revert some code
2024-05-21 13:04:45 +02:00
fd868c7783 fix: 3723 - now always replaces decimal separator for number format (#3734)
* Revert "feat: 3585 - upgrade to flutter 3.7 (#3666)"

This reverts commit ad46236bdf77afea18b12cc69b3ee64a6752ee73.

* fix: 3723 - now always replaces decimal separator for number format

Impacted files:
* `strings_helper.dart`: removed now useless methods
* `text_input_formatters_helper.dart`: now works in all cases, regardless of the presence of group separator in the target language, given that we don't use group separators in our decimal number formats anyway

* fix: 3723 - unrelated localization fix

Impacted file:
* `app_ar.arb`
2023-02-23 11:05:28 +01:00
8b658338df feat: Nutritional values: ensure only one decimal separator is displayed (#2143)
* Nutritional values: ensure only one decimal separator is displayed

* Add an assert

* Some tests for StringExtensions

* More tests

* Better support multiple separators
2022-06-06 12:31:15 +02:00