flutter_page_object 0.1.6 copy "flutter_page_object: ^0.1.6" to clipboard
flutter_page_object: ^0.1.6 copied to clipboard

Helps to implement the Page Object pattern in a Flutter app.

0.1.6 #

  • Allow widget specific page objects to search for their widget in their descendants.

0.1.5 #

  • TextFormFieldPageObject - add custom text form field support.
  • TextFieldPageObject - add custom text field support.
  • Documentation updates.

0.1.4 #

  • NavButtonPageObject - use targetBuilder instead of target.
  • Documentation updates.

0.1.3+1 #

  • Documentation updates.

0.1.3 #

  • Added ChipPageObject.
  • Added DrawerPageObject.
  • Added ImagePageObject.
  • Added TextFieldPageObject.
  • PageObject - add longPress, state methods.
  • PageObjectFactory - add byTooltip, byText, byTextContaining.
  • SwitchPageObject - support CupertinoSwitch.
  • CheckboxPageObject / TristateCheckboxPageObject - support CupertinoCheckbox.

0.1.2+1 #

  • Rename snackbar_page_object.dart to snack_bar_page_object.dart.

0.1.2 #

  • Added SnackBarPageObject.
  • Refactor RadioGroupPageObject to re-use RadioPageObject.
  • ButtonPageObject - support RawMaterialButton.

0.1.1 #

  • RadioPageObject - support CupertinoRadio.
  • ButtonPageObject - support CupertinoButton and FloatingActionButton.

0.1.0+1 #

  • Documentation updates.

0.1.0 #

  • BottomNavigationBarPageObject - add selectByIcon and item.

0.0.9+1 #

  • RadioPageObject - ignore deprecated member use.

0.0.9 #

  • Address some flaky tests.

0.0.8 #

  • Added SliderPageObject.
  • Added ProgressIndicatorPageObject.
  • Added TabBarPageObject.
  • Added BottomNavigationBarPageObject.
  • ScrollableListPageObject / WidgetListPageObject - added count API.
  • Simplify tests.

0.0.7 #

  • PageObject - added waitUntilShown.
  • ButtonPageObject - support IconButton and MaterialButton.
  • Simplify tests.
  • Documentation updates.

0.0.6 #

  • Added RadioPageObject.
  • Added RadioGroupPageObject.
  • Added SwitchPageObject.
  • Documentation updates.

0.0.5+2 #

  • Documentation updates.

0.0.5+1 #

  • Documentation updates.

0.0.5 #

  • Rename HasScrollable mixin to IsScrollable.
  • Add IsSlidable mixin.

0.0.4 #

  • ScrollablePageObject: scroll the first Scrollable in the case of nested scrollables.

0.0.3 #

  • Fixed link to repository.
  • Minor tests improvements.

0.0.2 #

  • Added GitHub Actions for CI/CD.
  • Configured Codecov for test coverage tracking.
  • Excluded example folder from coverage reports.
  • Documentation updates.

0.0.1 #

  • Initial release.
1
likes
0
points
669
downloads

Publisher

unverified uploader

Weekly Downloads

Helps to implement the Page Object pattern in a Flutter app.

Repository (GitHub)
View/report issues

Topics

#page-object #testing #test-automation

License

unknown (license)

Dependencies

flutter, flutter_test

More

Packages that depend on flutter_page_object