9 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
d24ca6ca6f When there's not enough space, make the tagline scrollable (#6093) 2024-12-31 12:45:29 +01:00
bccdf1c5ce chore: Migration to Flutter 3.16 (#4917)
* Migration to Flutter 3.16

* Dart format

---------

Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
2024-01-09 12:02:00 +01:00
4c44b06bcd feat: Support for deep links (#3995)
* Support for deep links on Android

* Deep links: Better support for network errors / unknown product

* iOS configuration for deep links

* Improve documentation

* Improve doc

* Support other domains

* Add an error page

* Upgrade to go_router 7.0.2

* Add some Sentry events

* Update packages/smooth_app/lib/helpers/extension_on_text_helper.dart

Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>

* SizedBox -> EMPTY_WIDGET

* PreferencePageType: from name to tag

* Remove an unused async keyword

* Move internal app routes to an enum

* Add a clarification about `ProductLoaderPage`

* Update packages/smooth_app/lib/pages/navigator/app_navigator.dart

Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com>

* Revert how we open the product addition/creation on the product not found card

---------

Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com>
2023-05-23 15:52:33 +02:00
ad7ac7732a refactor: Flutter v3.7.0 (#3642) 2023-01-31 22:39:07 +01:00
36d615a3f7 Fix layout with product title card (#2525) 2022-11-22 14:04:34 +01:00
fcea379959 fix: Text on the scancard should not be selectable (#1434)
* fix: Text on the scanner should not be selectable

* converted to if statement

* changed selectable extension

* added style
2022-04-01 17:36:19 +02:00
285b666d99 Fix:Selectable text on product screen (#1305)
* Fix:Selectable text on product screen

* Replaced the package to HTMLcore with selectable text

* Replaced the package to HTMLcore with selectable text

* Class name replaced to SelectableHTMLWidgetFactory

* Changed Data vaiable name
2022-03-23 20:54:16 +01:00