widget_keys topic
Widget Keys
Widget keys are used to identify Widgets during flutter driver tests.
Example:
final termsAndConditions =
find.byValueKey(AuthenticationWidgetKeys.TERMS_AND_CONDITIONS);
final donateButton = find.byValueKey(AuthenticationWidgetKeys.DONATE_BUTTON);
final homePageView = find.byValueKey(LaunchWidgetKeys.HOME_PAGE_VIEW);
Classes
- AuthenticationWidgetKeys
- Keys for widgets in authentication library
- ContentWidgetKeys
- Keys for widgets in content library
- LaunchWidgetKeys
- Keys for widgets in launch library
- UserWidgetKeys
- Keys for widgets in user library