accessibilty 0.0.2 accessibilty: ^0.0.2 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>.