3 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
7002a123a4 feat: Migration to Flutter 3.10 (#4142)
* Migration to Flutter 3.10

* Bump Flutter version on actions

* GitHub Actions: use channel instead of a fixed version of Flutter

* Add a missing argument due to the upgrade to Flutter 3.10

* Regenerate goldens

---------

Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
2023-06-14 18:33:22 +02:00
e23117de31 feat: #217 - onboarding screenshot generation. (#1529)
New files:
* `app_test.dart`: Onboarding screenshots.
* `screenshot_driver.dart`: Screenshot driver.

Impacted files:
* `analytics_helper.dart`: added a special case for screenshot init.
* `main.dart`: refactored for screenshots, and more specifically moved init code to be run before calling the app.
* `next_button.dart`: added a `Key` for test/screenshots
* `Podfile.lock`: wtf
* `pubspec.lock`: impacted by `pubspec.yaml`
* `pubspec.yaml`: added integration_test and flutter_driver to dev_dependencies; upgraded the version numbers.
2022-04-11 14:38:05 +02:00