2 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
fd4c395383 feat: #41 - now storing preference references (for the next app start) (#1007)
The main goal is to avoid screen flickering at app start time, when the preference references are downloaded and notify a refresh (again and again everyday, with the same language).

New file:
* `downloadable_string.dart`: Downloadable String that may be stored (and compared to the previous value).

Impacted files:
* `main.dart`: refactored
* `product_preferences.dart`: created explicit methods `init` and `refresh`; now stores locally the downloaded strings, that will be reused for the next app start
* `user_preferences_page_test.dart`: refactored
2022-01-24 18:44:09 +01:00