mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Replace infinite-scroll notifications with button-based pagination
- Swap PagingController/PagedSliverList for explicit page state and Previous/Next icon buttons below the list - Fetch pageSize+1 items to detect the last page without a total-count API; pagination controls are hidden when there is only one page - Remove unused infinite_scroll_pagination dependency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
2077f970f9
commit
85b86026cb
@@ -15,7 +15,6 @@ dependencies:
|
||||
dio: ^5.9.1
|
||||
encrypter: ^2.0.0
|
||||
shared_preferences: ^2.5.4
|
||||
infinite_scroll_pagination: ^5.1.1
|
||||
fl_chart: ^1.2.0
|
||||
google_fonts: ^6.2.1
|
||||
url_launcher: ^6.3.0
|
||||
|
||||
Reference in New Issue
Block a user