This PR adds to the framework a new gesture test support: LongPress.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.
[x] I read the [Code Style Guide] and followed the process outlined there for submitting PRs.
[x] All existing and new tests are passing.
[x] I updated/added relevant documentation (doc comments with ///).
[x] The analyzer (flutter analyze) does not report any problems on my PR.
[x] I updated pubspec.yaml, build.properties, and ios/Podfile with an appropriate new version according to the [pub versioning philosophy].
[x] I updated CHANGELOG.md to add a description of the change.
[x] I am authorized to release this code under the MIT License and agree to do so
UI Change
Does your PR affect any UI screens?
[x] Yes, the relevant screens are included below.
The affected screens are buttons_page.dart to include the onLongPress callback and buttons.json to include one test of long_press
Description
This PR adds to the framework a new gesture test support: LongPress.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.pubspec.yaml
,build.properties
, andios/Podfile
with an appropriate new version according to the [pub versioning philosophy].CHANGELOG.md
to add a description of the change.UI Change
Does your PR affect any UI screens?
The affected screens are
buttons_page.dart
to include theonLongPress
callback andbuttons.json
to include one test oflong_press