Flutter

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard

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 accessiblity 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 plugin works for any app - native or cross-platform - and doesn’t require embedded Deque code. After the simple install you can add just one line of code in your existing Appium tests, wherever you’d like to take a scan for accessibility.