flutter_accessibility_helper 0.0.2
flutter_accessibility_helper: ^0.0.2 copied to clipboard
Screen reader optimization, focus management, and accessibility testing tools for Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- N/A
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A
0.0.2 - 2025-01-01 #
Added #
- Web and WASM compatibility - Full support for Flutter Web and WebAssembly
- Cross-platform accessibility detection - Platform-specific implementations for native and web platforms
- Conditional imports architecture - Automatic platform detection and appropriate implementation selection
- Enhanced example app - Platform-specific accessibility status display
- Comprehensive platform support - iOS, Android, Web, Windows, macOS, and Linux
Changed #
- Platform detection system - Replaced dart:io dependency with conditional imports for universal compatibility
- Accessibility detection - Now works seamlessly across all Flutter-supported platforms
- Documentation - Updated README to reflect Web and WASM support
Fixed #
- Web compatibility - Removed dart:io dependency that prevented Web platform support
- WASM compatibility - Package now fully compatible with WebAssembly runtime
- Platform-specific features - Proper accessibility detection for each platform type
Security #
- N/A
0.0.1 - 2024-12-19 #
Added #
- Initial release of flutter_accessibility_helper
- Core accessibility utilities for Flutter applications
- Focus management and navigation helpers
- Screen reader optimization tools
- Comprehensive accessibility testing framework
- Documentation and examples
- Unit tests and integration tests
- Pana analysis configuration for full score compliance
- Flutter and Dart analysis setup
- CI/CD pipeline configuration
Version History #
- 0.0.2 - Web and WASM compatibility, cross-platform accessibility detection
- 0.0.1 - Initial release with core accessibility features
- Unreleased - Development version with ongoing improvements
Contributing #
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
License #
This project is licensed under the MIT License - see the LICENSE file for details.