4 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
e288524adb fix: #1656 - simplified SmoothAlertDialog that always works (#2283)
Impacted files:
* `basic_test.dart`: refactored
* `country_selector.dart`: refactored with a single `Column`
* `nutrition_page_loaded.dart`: refactored with a single `Column`
* `Podfile.lock`: wtf
* `product_list_user_dialog_helper.dart`: refactored with a single `Column`
* `product_refresh.dart`: replaced neutral with negative button
* `smooth_alert_dialog.dart`: removed the `advanced` constructor and the `neutral` button; simplified the display and made it work for `Column` bodies.
2022-06-15 13:43:31 +02:00
1199c79b67 fix: #1518 - normal size for most alert dialogs (#1519)
Deleted file:
* `product_list_dialog_helper.dart`

Impacted files:
* `basic_test.dart`: refactored
* `loading_dialog.dart`: refactored
* `product_dialog_helper.dart`: refactored
* `smooth_alert_dialog.dart`: now constructors for simple and advanced effects
* `user_contribution_view.dart`: now explicitly using the "advanced" dialog
* `user_preferences_profile.dart`: refactored
* `user_preferences_settings.dart`: now explicitly using the "advanced" dialog
2022-04-08 17:53:09 +02:00
e874bbeea0 refactor: Package merge (#981) 2022-01-26 16:50:13 +01:00