-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/ Optimize and Add Loading Indicator for Auto-Scroller in Reading (#…
…1475) * refactor: Optimize Quran Reading Auto-Scroll and Add Loading Indicator * fix: stopping the auto-scroll causes an unwanted page advancement * fix: initializing the scrollController with the correct offset * fix exit on scroll to correct page * remove unecssary state rotation * fix: the change in page caused by the rotation * fix: enlarging the font size * fix format * fix: reinitialize the font or reset it again * refactor: use text instead of loading * fix: formatting * fix: white screen for the box * show logs in riverpod using print * refactor: the `AutoScrollState` with equtable * test another prod solution * test * try fix prod * add more logs * refactor: add more commit * test: working on passing the controller from the widget screen * fix(quran): resolve page initialization and loading states - Fix white screen flash during initial load - Add proper page selection initialization - Optimize SVG loading performance - Implement smooth page transitions * fix(quran): optimize SVG loading performance & prevent UI freeze - Add progressive page loading - Implement page caching mechanism - Fix initial page jump issues - Optimize loading states * code format * remove print * fix the formatting --------- Co-authored-by: Yassin <yassinnouh21@gmail.com> Co-authored-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
- Loading branch information
1 parent
4eacd0b
commit 24857a4
Showing
11 changed files
with
443 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.