accessibilty 1.0.0 accessibilty: ^1.0.0 copied to clipboard
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.
0.0.1 #
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.
0.0.2 #
Updates have been made that the String returned by getAccessibilityStats()
returns in the same format for Android and iOS. Now you can easily cast to Map<String, String>
.
0.0.3 + 1.0.0 #
Updated the docuemntation by including the responses from Android and iOS in the README.