12 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
dda75e283e feat: Flutter 3.32 (#6665)
* Migration to Flutter 3.32

* Temporary ignore dart formatter issues
2025-06-23 09:56:00 +02:00
47b6ee38ab fix: Image gallery language not selectable (+ too long AppBar title (#5968)
* Ensure the AppBar title is on a single line when there is a subtitle

* Fix: impossible to add a new language

* Fix build error
2024-11-30 19:50:44 +01:00
b44a5f546c feat: Many improvements for the photo gallery (#5895)
* Improvements for the photo gallery (and many many other changes)

* Make the indicator white (temporary?)

---------

Co-authored-by: Edouard Marquez <edouard@marquez.cool>
2024-11-23 12:45:50 +01:00
9eba6ae3be feat: UI Improvements for the photo gallery (#5852)
* Improve the photo gallery UI

* ClipRrect needed

* Improve the photo gallery UI

* ClipRrect needed

---------

Co-authored-by: Edouard Marquez <edouard@marquez.cool>
2024-11-14 11:16:23 +01:00
054ac0d6c2 fix: Misc visual improvements (#5829)
* Visual improvements

* Center all score scards
2024-11-11 11:30:30 +01:00
2fe8185ba8 Edit page: fix regressions after migration to Material 3 (#5781) 2024-11-03 10:43:31 +01:00
a6569866d4 feat: Upgrade the Flutter version to 3.24 (#5613)
* Let's migrate the app to Flutter 3.24

* `openfoodfacts_flutter_lints` from the `main` branch

* A fix for `/// For the world view`
2024-09-26 16:48:01 +02:00
2cc6e130aa Improve the accessibility for the Edit product flow (#4197) 2023-06-20 10:27:31 +02:00
29bdad3f5b fix: Ensure we always use the SmoothAppBar and not the regular AppBar (#4184) 2023-06-18 17:22:22 +02:00
2796f1dbc8 Add the product name or barcode on each sub page of the edit mode (#3130) 2022-10-13 20:50:03 +02:00
dca2f3090a feat: Products list improvements (#3122)
* Product list comparison with an action mode + some animations

* Update packages/smooth_app/lib/pages/product/common/product_list_page.dart

Co-authored-by: VaiTon <eyadlorenzo@gmail.com>

* AppBar: ensure that a title is always given with the action mode

* Update packages/smooth_app/lib/widgets/smooth_app_bar.dart

Co-authored-by: VaiTon <eyadlorenzo@gmail.com>

* Update packages/smooth_app/lib/widgets/smooth_app_bar.dart

Co-authored-by: VaiTon <eyadlorenzo@gmail.com>

* Inline return

Co-authored-by: VaiTon <eyadlorenzo@gmail.com>
2022-10-12 21:41:02 +02:00