Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: openfoodfacts#2009 - product page will always pull down - and re…
…fresh For the record, tested on `3489940014075` on server `world.openbeautyfacts.org`. I've also written the explanation behind the trick - perhaps that would make sense to create a wiki about nice tricks: ```dart // /!\ Smart Dart // `physics: const AlwaysScrollableScrollPhysics()` // means that we will always scroll, even if it's pointless. // Why do we need to? For the RefreshIndicator, that wouldn't be // triggered on a ListView smaller than the screen // (as there will be no scroll). ``` Impacted file: `new_product_page.dart`: forced the page content to scroll even when not necessary
- Loading branch information