Flutter
Get Started with accessibility testing in Flutter
Not for use with personal data
Using the Mobile Analyzer
With axe DevTools Mobile Analyzer, you can test any app for accessibility without access to the source code. For apps written in Flutter, you can run accessibility scans on a physical device or using a simulator/emulator. For the most comprehensive accessibility testing of your cross-platform mobile app, you should run scans for both the iOS and Android versions.
Learn more about using the axe DevTools Mobile Analyzer:
Automated Testing
Our Appium drivers work for any app - native or cross-platform - and don’t require embedded Deque code. After the simple install, configure your automated test suite to scan for accessibility issues. The drivers support two usage modes:
- For a quick start, use Auto Scan to identify accessibility issues automatically as your existing test suite runs:
- For more granular control and customization in your tests, set up for Targeted Testing.
