As mentioned in Accessibility support in Flutter docs, Screen readers support must be provided in every flutter widget. By implementing this feature, content in PDF pages can be read with TalkBack
(Android) and VoiceOver (iOS).
All other checklist must be ensured in this implementation as well -