OUDS Accessibility Flutter plugin
Oud accessibility plugin provides access to native platform features, allowing Flutter apps to interact with Android and iOS specific functionalities seamlessly.
Features
- Check if High Contrast mode is enabled (new feature)
Getting Started
To use Oud accessibility plugin, add it as a dependency in your pubspec.yaml file.
dependencies:
ouds_accessibility_plugin: ^0.1.0
Additional information
Oud accessibility plugin provides a bridge to native platform features, including accessibility settings like High Contrast mode. It uses singleton patterns to ensure a single point of access and simplifies native integration within Flutter.
Other OUDS Libraries
- ouds_core: Contains the Brand components.
- ouds_theme_contract: Contains the semantic tokens and component tokens.
- ouds_theme_orange: Contains the theme for the Orange brand.
- ouds_theme_sosh: Contains the theme for the Sosh brand.
- ouds_global_raw_tokens: Contains the token constants.
Copyright and license
Code released under the MIT License. For images and other assets, please refer to the NOTICE.txt.
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.