flutter_availability/CHANGELOG.md
Freek van de Ven 0721c64859 feat: add Semantics widget to inputs and dynamic texts
This will add accessibility id and id to the inputfields, buttons and dynamic texts so they can be accessed in appium for automated tests
2025-01-29 18:27:56 +01:00

218 B

1.1.0

  • Added CustomSemantics widget that is used to wrap all the buttons, textfields and dynamic texts to make the userstory accessible for e2e testing.

1.0.0

  • First release of flutter_availability userstory