flutter_page_object 0.0.9+1
flutter_page_object: ^0.0.9+1 copied to clipboard
Helps to implement the Page Object pattern in a Flutter app.
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- addedcountAPI.- Simplify tests.
0.0.7 #
PageObject- addedwaitUntilShown.ButtonPageObject- supportIconButtonandMaterialButton.- 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
HasScrollablemixin toIsScrollable. - Add
IsSlidablemixin.
0.0.4 #
ScrollablePageObject: scroll the firstScrollablein 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.