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
a3f44f4c3b KP enhancements (#6184) 2025-01-12 12:14:47 +01:00
29bdad3f5b fix: Ensure we always use the SmoothAppBar and not the regular AppBar (#4184) 2023-06-18 17:22:22 +02:00
1e889df3df Force a light status bar on all screens + a SmoothScaffold now handles correctly the brightness (#2343) 2022-07-04 16:58:55 +02:00
1c1821d525 lint: Remove useless files (#2406) 2022-06-27 20:39:42 +02:00
0d61134375 General radius throughout the app (#1179)
* Added design const

* ROUNDED_RADIUS

* General radius throughout the app

* Update smooth_main_button.dart

* .all instead of .circular
2022-03-03 21:25:46 +01:00
3fb2711418 Launch urls from HtmlWidget (#1014) 2022-01-25 21:50:05 +01:00
a197426982 Revert Key constructor argument additions, turn off use_key_in_widget_constructors 2021-07-23 13:22:43 -07:00
c119b70854 Update lint rules 2021-07-22 13:12:26 -07:00
9559e060c9 feature/#37 - "details" button for ecoscore with html page display
New file:
* `html_page.dart`: Displays as widgets a HTML page

Impacted files:
* `attribute_card.dart`: added a barcode parameter that is needed (only) for ecoscore details; added a "details" button for ecoscore with html page display
* `attribute_list_expandable.dart`: added a now relevant barcode parameter to `AttributeCard`
* `pubspec.yaml`: added `flutter_widget_from_html_core` for html page display
2021-07-07 09:04:51 +02:00