immich/mobile/lib/extensions
Thomas 7e9da945f6
chore(mobile): simplify asset page scroll (#26635)
In order to scroll smoothly without interfering with the gesture
detector on the photo view, we have an offstate scroll view which we
defer all drags to, and then forward scroll offsets to the real scroll
controller. This works well, but it can be simpler. Instead, we can
create a custom scroll controller on a scroll view with never scrollable
physics, and then forward drag events to that, bypassing the need for a
proxy scroll controller.

Co-authored-by: Alex <alex.tran1502@gmail.com>
2026-03-04 10:28:55 -06:00
..
asset_extensions.dart fix(mobile): use correct timezone displayed in the info sheet (#24310) 2025-12-02 16:37:19 +00:00
asyncvalue_extensions.dart
build_context_extensions.dart
codec_extensions.dart
collection_extensions.dart
datetime_extensions.dart
duration_extensions.dart
latlngbounds_extension.dart
maplibrecontroller_extensions.dart
network_capability_extensions.dart
platform_extensions.dart chore(mobile): const platform checks (#21878) 2025-09-15 11:13:39 -04:00
response_extensions.dart
scroll_extensions.dart chore(mobile): simplify asset page scroll (#26635) 2026-03-04 10:28:55 -06:00
string_extensions.dart chore: show error message in upload details route (#22472) 2025-09-29 12:31:09 -05:00
theme_extensions.dart
translate_extensions.dart