accessibility_stats_logger
This Flutter plugin is able to gather Accessibility data from iOS and Android. It gathers data from the ScreenReader, VoiceOver, font size and many more.
1.1.0
source
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
2 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
2 releases · Oct 2023 to Oct 2023Releases
latest 2-
1.1.025 Oct 2023Release notes
Open source →This Flutter plugin is able to gather Accessibility data from iOS and Android. It gathers data from the ScreenReader, VoiceOver, font size and many more.
The function
getAccessibilityStats()now returns aMap<String, Object?and has error handling. It is coveres its code in unit tests. -
1.0.005 Oct 2023Release notes
Open source →This Flutter plugin is able to gather Accessibility data from iOS and Android. It gathers data from the ScreenReader, VoiceOver, font size and many more.
The function
getAccessibilityStats()return aString. You can easily cast toMap<String, String>.